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

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

Issue 2273063002: DevTools: remove DevToolsTargetDescriptor and its implementations, we are now based on devtools age… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 4 years, 4 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
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 73f4c62b93a31b5f752a7404752c5daedab68de2..374dd1d0b84b9628af6ae469619ed93a1f953954 100644
--- a/chrome/browser/devtools/device/devtools_android_bridge.h
+++ b/chrome/browser/devtools/device/devtools_android_bridge.h
@@ -34,7 +34,6 @@ namespace content {
class BrowserContext;
}
-class DevToolsTargetImpl;
class PortForwardingController;
class Profile;
class TCPDeviceProvider;
@@ -204,7 +203,8 @@ class DevToolsAndroidBridge : public KeyedService {
bool HasDevToolsWindow(const std::string& agent_id);
// Creates new target instance owned by caller.
- DevToolsTargetImpl* CreatePageTarget(scoped_refptr<RemotePage> browser);
+ scoped_refptr<content::DevToolsAgentHost>
+ CreatePageTarget(scoped_refptr<RemotePage> browser);
using RemotePageCallback = base::Callback<void(scoped_refptr<RemotePage>)>;
void OpenRemotePage(scoped_refptr<RemoteBrowser> browser,

Powered by Google App Engine
This is Rietveld 408576698