Chromium Code Reviews| 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 ed5394b475cb3b2a1e8475972a8777a897fb860f..f5d79e43276a9e3b7ca05745c8b237d1f3df872c 100644 |
| --- a/content/public/browser/devtools_agent_host.h |
| +++ b/content/public/browser/devtools_agent_host.h |
| @@ -183,12 +183,12 @@ class CONTENT_EXPORT DevToolsAgentHost |
| // Returns the favicon url for this host. |
| virtual GURL GetFaviconURL() = 0; |
| + // Returns the favicon url for this host. |
|
dgozman
2016/09/23 01:05:28
Wrong comment.
|
| + virtual std::string GetFrontendURL() = 0; |
| + |
| // Activates agent host. Returns false if the operation failed. |
| virtual bool Activate() = 0; |
| - // Opens devtools for this agent host. Returns false if the operation failed. |
| - virtual bool Inspect() = 0; |
| - |
| // Reloads the host. |
| virtual void Reload() = 0; |