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

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

Issue 459403002: DevTools: Added service workers to remote debugging targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made RVDTAH::GetURL consistent with tests Created 6 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/browser/devtools/forwarding_agent_host.h
diff --git a/content/browser/devtools/forwarding_agent_host.h b/content/browser/devtools/forwarding_agent_host.h
index 93dabb40fd98e97bb5b0aad24199a7870b0e21a6..a2f4eadeef87211c1dfb5a67f4a58a9966d8175b 100644
--- a/content/browser/devtools/forwarding_agent_host.h
+++ b/content/browser/devtools/forwarding_agent_host.h
@@ -31,6 +31,13 @@ class ForwardingAgentHost
virtual void Detach() OVERRIDE;
virtual void DispatchProtocolMessage(const std::string& message) OVERRIDE;
+ // DevToolsAgentHost implementation
+ virtual Type GetType() OVERRIDE;
+ virtual std::string GetTitle() OVERRIDE;
+ virtual GURL GetURL() OVERRIDE;
+ virtual bool Activate() OVERRIDE;
+ virtual bool Close() OVERRIDE;
+
scoped_ptr<DevToolsExternalAgentProxyDelegate> delegate_;
};
« no previous file with comments | « content/browser/devtools/embedded_worker_devtools_manager.cc ('k') | content/browser/devtools/forwarding_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698