Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1024)

Unified Diff: chrome/browser/devtools/device/devtools_android_bridge.h

Issue 1560583002: DevTools: remove experimental webrtc-based remote debugging device provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests/gyp removals Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/devtools/BUILD.gn ('k') | chrome/browser/devtools/device/devtools_android_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/device/devtools_android_bridge.h
diff --git a/chrome/browser/devtools/device/devtools_android_bridge.h b/chrome/browser/devtools/device/devtools_android_bridge.h
index b315798611f4bf2e17723f441de038e0aa42034e..0c63afd262d16a96584c09d87f543e3c2b078386 100644
--- a/chrome/browser/devtools/device/devtools_android_bridge.h
+++ b/chrome/browser/devtools/device/devtools_android_bridge.h
@@ -37,9 +37,6 @@ class BrowserContext;
class DevToolsTargetImpl;
class PortForwardingController;
class Profile;
-class WebRTCDeviceProvider;
-class SigninManagerBase;
-class ProfileOAuth2TokenService;
class DevToolsAndroidBridge : public KeyedService {
public:
@@ -160,9 +157,7 @@ class DevToolsAndroidBridge : public KeyedService {
virtual ~DeviceListListener() {}
};
- DevToolsAndroidBridge(Profile* profile,
- SigninManagerBase* signin_manager,
- ProfileOAuth2TokenService* token_service);
+ explicit DevToolsAndroidBridge(Profile* profile);
void AddDeviceListListener(DeviceListListener* listener);
void RemoveDeviceListListener(DeviceListListener* listener);
@@ -274,8 +269,6 @@ class DevToolsAndroidBridge : public KeyedService {
}
Profile* const profile_;
- SigninManagerBase* const signin_manager_;
- ProfileOAuth2TokenService* const token_service_;
const scoped_ptr<AndroidDeviceManager> device_manager_;
typedef std::map<std::string, scoped_refptr<AndroidDeviceManager::Device>>
« no previous file with comments | « chrome/browser/devtools/BUILD.gn ('k') | chrome/browser/devtools/device/devtools_android_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698