| Index: chromecast/shell/browser/cast_content_browser_client.h
|
| diff --git a/chromecast/shell/browser/cast_content_browser_client.h b/chromecast/shell/browser/cast_content_browser_client.h
|
| index 2356eefc3a238870dd20ceb87e91e7221b9dff4c..2bd8ef4d20c086b8ccd4c7d45d8f59e6a203998c 100644
|
| --- a/chromecast/shell/browser/cast_content_browser_client.h
|
| +++ b/chromecast/shell/browser/cast_content_browser_client.h
|
| @@ -65,6 +65,8 @@ class CastContentBrowserClient: public content::ContentBrowserClient {
|
| int render_process_id,
|
| int opener_id,
|
| bool* no_javascript_access) OVERRIDE;
|
| + virtual content::DevToolsManagerDelegate*
|
| + GetDevToolsManagerDelegate() OVERRIDE;
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
| const base::CommandLine& command_line,
|
| int child_process_id,
|
|
|