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 f70ebc5fc97dec4bf1cae5315a585aff3634d002..021e9ded9e130186ee5ff11431c196fa875d19cc 100644 |
--- a/content/browser/devtools/devtools_agent_host_impl.h |
+++ b/content/browser/devtools/devtools_agent_host_impl.h |
@@ -53,6 +53,8 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost, |
const std::string& message) override; |
void SendProtocolNotification(const std::string& message) override; |
+ std::string GetUserAgentOverride() override; |
+ |
protected: |
DevToolsAgentHostImpl(); |
~DevToolsAgentHostImpl() override; |