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

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

Issue 2419943002: [DevTools] Migrate from AgentStateCallbacks to DevToolsAgentHostObserver. (Closed)
Patch Set: mac Created 4 years, 2 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/devtools/devtools_agent_host_impl.cc ('k') | content/browser/devtools/devtools_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/devtools_manager.h
diff --git a/content/browser/devtools/devtools_manager.h b/content/browser/devtools/devtools_manager.h
index 2ae7049ed41fc8819242a0e4b566155d90a9e02b..422bb138feec7f58f1809abc83492be7a7c4c52d 100644
--- a/content/browser/devtools/devtools_manager.h
+++ b/content/browser/devtools/devtools_manager.h
@@ -32,8 +32,6 @@ class CONTENT_EXPORT DevToolsManager {
DevToolsManagerDelegate* delegate() const { return delegate_.get(); }
- void AgentHostStateChanged(DevToolsAgentHostImpl* agent_host, bool attached);
-
void SetHttpHandler(std::unique_ptr<DevToolsHttpHandler> http_handler);
private:
@@ -41,7 +39,6 @@ class CONTENT_EXPORT DevToolsManager {
std::unique_ptr<DevToolsManagerDelegate> delegate_;
std::unique_ptr<DevToolsHttpHandler> http_handler_;
- int attached_hosts_count_;
DISALLOW_COPY_AND_ASSIGN(DevToolsManager);
};
« no previous file with comments | « content/browser/devtools/devtools_agent_host_impl.cc ('k') | content/browser/devtools/devtools_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698