| 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 7c1cc83588ce033cfc108b1d666581f1fb75e34d..e6c66b8f0950094653b0db49c66c69a98f617070 100644
|
| --- a/content/public/browser/devtools_agent_host.h
|
| +++ b/content/public/browser/devtools_agent_host.h
|
| @@ -119,7 +119,8 @@ class CONTENT_EXPORT DevToolsAgentHost
|
| const base::FilePath& active_port_output_directory,
|
| const base::FilePath& debug_frontend_dir,
|
| const std::string& product_name,
|
| - const std::string& user_agent);
|
| + const std::string& user_agent,
|
| + const std::string& v8_version);
|
|
|
| // Stops remote debugging.
|
| static void StopRemoteDebuggingServer();
|
|
|