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

Unified Diff: content/browser/devtools/devtools_agent_host_impl.h

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 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 | « content/browser/BUILD.gn ('k') | content/browser/devtools/devtools_agent_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_agent_host_impl.h
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
index c99c76450da34ab099b350068490007e90820d2e..e49d1cb12ece8e05623c30b13d5f457f0aec9459 100644
--- a/content/browser/devtools/devtools_agent_host_impl.h
+++ b/content/browser/devtools/devtools_agent_host_impl.h
@@ -45,7 +45,6 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost,
std::string GetId() override;
std::string GetParentId() override;
std::string GetDescription() override;
- void SetDescriptionOverride(const std::string& description) override;
GURL GetFaviconURL() override;
base::TimeTicks GetLastActivityTime() override;
BrowserContext* GetBrowserContext() override;
@@ -81,7 +80,6 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost,
const std::string id_;
int session_id_;
- std::string description_;
DevToolsAgentHostClient* client_;
devtools::DevToolsIOContext io_context_;
};
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/devtools/devtools_agent_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698