| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 9432b5ecdddf98d2d15806cdce55e8b1a9882acb..a586432bdecd21aaae9bf133c69bdf15f9ec0f40 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -259,6 +259,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserContext* browser_context,
|
| const base::FilePath& storage_partition_path,
|
| ScopedVector<fileapi::FileSystemBackend>* additional_backends) OVERRIDE;
|
| + virtual content::DevToolsManagerDelegate*
|
| + GetDevToolsManagerDelegate() OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| virtual void GetAdditionalMappedFilesForChildProcess(
|
|
|