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

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

Issue 1029523002: DevTools: Enable network emulation on Service Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 ce7e882434cd30a26e55563fce6d1cd33b5a5873..2b6ccce3050dcca8df5955fe9bbdc71d333b7d5e 100644
--- a/content/browser/devtools/forwarding_agent_host.h
+++ b/content/browser/devtools/forwarding_agent_host.h
@@ -29,7 +29,7 @@ class ForwardingAgentHost
// DevToolsAgentHostImpl implementation.
void Attach() override;
void Detach() override;
- void DispatchProtocolMessage(const std::string& message) override;
+ bool DispatchProtocolMessage(const std::string& message) override;
// DevToolsAgentHost implementation
Type GetType() override;
« no previous file with comments | « content/browser/devtools/devtools_agent_host_impl.cc ('k') | content/browser/devtools/forwarding_agent_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698