| Index: chrome/browser/devtools/device/android_device_manager.h
|
| diff --git a/chrome/browser/devtools/device/android_device_manager.h b/chrome/browser/devtools/device/android_device_manager.h
|
| index ec25aa1b9243da96257d2dbc35ba5b42159629bd..4c147c7e2f9e4654fb356d2f0001b33837a30fd3 100644
|
| --- a/chrome/browser/devtools/device/android_device_manager.h
|
| +++ b/chrome/browser/devtools/device/android_device_manager.h
|
| @@ -35,9 +35,9 @@ class AndroidDeviceManager
|
| const CommandCallback& callback) = 0;
|
| virtual void OpenSocket(const std::string& socket_name,
|
| const SocketCallback& callback) = 0;
|
| - virtual void HttpQuery(const std::string& la_name,
|
| - const std::string& request,
|
| - const CommandCallback& callback);
|
| + void HttpQuery(const std::string& la_name,
|
| + const std::string& request,
|
| + const CommandCallback& callback);
|
| void HttpUpgrade(const std::string& la_name,
|
| const std::string& request,
|
| const SocketCallback& callback);
|
| @@ -91,8 +91,6 @@ class AndroidDeviceManager
|
| static scoped_refptr<DeviceProvider> GetUsbDeviceProvider(Profile* profile);
|
| // Use only in a test and/or when DEBUG_DEVTOOLS is defined.
|
| static scoped_refptr<DeviceProvider> GetSelfAsDeviceProvider(int port);
|
| - // Implemented in browser_tests.
|
| - static scoped_refptr<DeviceProvider> GetMockDeviceProviderForTest();
|
|
|
| static scoped_refptr<AndroidDeviceManager> Create();
|
|
|
|
|