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

Unified Diff: content/public/browser/devtools_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/public/browser/devtools_agent_host.h
diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h
index 8f0705f962b078246d6d4f3231e66e4c526974d9..b689f3bbe8c6b9627c6471df479d3c6f93c6a7b4 100644
--- a/content/public/browser/devtools_agent_host.h
+++ b/content/public/browser/devtools_agent_host.h
@@ -82,7 +82,7 @@ class CONTENT_EXPORT DevToolsAgentHost
virtual bool IsAttached() = 0;
// Sends a message to the agent.
- virtual void DispatchProtocolMessage(const std::string& message) = 0;
+ virtual bool DispatchProtocolMessage(const std::string& message) = 0;
// Starts inspecting element at position (|x|, |y|) in the specified page.
virtual void InspectElement(int x, int y) = 0;

Powered by Google App Engine
This is Rietveld 408576698