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

Unified Diff: content/shell/browser/shell_devtools_manager_delegate.h

Issue 2272213003: DevTools: remove devtools_discovery (merged into content). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix 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: content/shell/browser/shell_devtools_manager_delegate.h
diff --git a/content/shell/browser/shell_devtools_manager_delegate.h b/content/shell/browser/shell_devtools_manager_delegate.h
index 7275f4d85e0dd834b9dcb5b8f0dbd68f34fe3565..a4a9112981b707ea354bc5cf82f2928fc3878967 100644
--- a/content/shell/browser/shell_devtools_manager_delegate.h
+++ b/content/shell/browser/shell_devtools_manager_delegate.h
@@ -23,7 +23,7 @@ class ShellDevToolsManagerDelegate : public DevToolsManagerDelegate {
static devtools_http_handler::DevToolsHttpHandler* CreateHttpHandler(
BrowserContext* browser_context);
- ShellDevToolsManagerDelegate();
+ explicit ShellDevToolsManagerDelegate(BrowserContext* browser_context);
~ShellDevToolsManagerDelegate() override;
// DevToolsManagerDelegate implementation.
@@ -34,8 +34,10 @@ class ShellDevToolsManagerDelegate : public DevToolsManagerDelegate {
base::DictionaryValue* command) override;
std::string GetTargetType(RenderFrameHost* host) override;
std::string GetTargetTitle(RenderFrameHost* host) override;
+ scoped_refptr<DevToolsAgentHost> CreateNewTarget(const GURL& url) override;
private:
+ BrowserContext* browser_context_;
DISALLOW_COPY_AND_ASSIGN(ShellDevToolsManagerDelegate);
};
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/shell/browser/shell_devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698