chromium/chrome/test/chromedriver/net/sync_websocket.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_TEST_CHROMEDRIVER_NET_SYNC_WEBSOCKET_H_
#define CHROME_TEST_CHROMEDRIVER_NET_SYNC_WEBSOCKET_H_

#include <string>

#include "base/functional/callback.h"

class GURL;
class Timeout;

// Proxy for using a WebSocket running on a background thread synchronously.
class SyncWebSocket {};

#endif  // CHROME_TEST_CHROMEDRIVER_NET_SYNC_WEBSOCKET_H_