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

Unified Diff: content/public/browser/devtools_client_host.h

Issue 427143003: [DevTools] Move DevToolsClientHost functionality out of DevToolsFrontendHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed comments Created 6 years, 5 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: content/public/browser/devtools_client_host.h
diff --git a/content/public/browser/devtools_client_host.h b/content/public/browser/devtools_client_host.h
index fe76d3cdf91e190004a29af6a9175b3a7585e268..67b7003ab501cb513e6e748a4d6616911bd48cb2 100644
--- a/content/public/browser/devtools_client_host.h
+++ b/content/public/browser/devtools_client_host.h
@@ -38,15 +38,6 @@ class CONTENT_EXPORT DevToolsClientHost {
// Called to notify client that it has been kicked out by some other client
// with greater priority.
virtual void ReplacedWithAnotherClient() = 0;
-
- // Creates a DevToolsClientHost for a WebContents containing the default
- // DevTools frontend implementation.
- static DevToolsClientHost* CreateDevToolsFrontendHost(
- WebContents* client_web_contents,
- DevToolsFrontendHostDelegate* delegate);
-
- // Sets up DevToolsClient on the corresponding RenderView.
- static void SetupDevToolsFrontendClient(RenderViewHost* frontend_rvh);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698