| 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 f5d79e43276a9e3b7ca05745c8b237d1f3df872c..3f096185ba991524005d5e212e52c9a32b998da4 100644
|
| --- a/content/public/browser/devtools_agent_host.h
|
| +++ b/content/public/browser/devtools_agent_host.h
|
| @@ -183,7 +183,7 @@ class CONTENT_EXPORT DevToolsAgentHost
|
| // Returns the favicon url for this host.
|
| virtual GURL GetFaviconURL() = 0;
|
|
|
| - // Returns the favicon url for this host.
|
| + // Returns the frontend url for this host.
|
| virtual std::string GetFrontendURL() = 0;
|
|
|
| // Activates agent host. Returns false if the operation failed.
|
|
|