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

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

Issue 823713002: Standardize usage of virtual/override/final specifiers in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/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 ac7fff625c24175d1190dc67a381f6ea7d7d0db8..19b5c301f8df27ff1d5416376305b7e3b9e529dc 100644
--- a/content/browser/devtools/devtools_agent_host_impl.h
+++ b/content/browser/devtools/devtools_agent_host_impl.h
@@ -32,7 +32,7 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
virtual void Detach() = 0;
// Sends a message to the agent.
- virtual void DispatchProtocolMessage(const std::string& message) = 0;
+ void DispatchProtocolMessage(const std::string& message) override = 0;
// Opens the inspector for this host.
void Inspect(BrowserContext* browser_context);

Powered by Google App Engine
This is Rietveld 408576698