diff options
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 0cbe91b..e2fff16 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -75,6 +75,10 @@ class TestingBrowserProcess : public BrowserProcess { return NULL; } + virtual DevToolsManager* devtools_manager() { + return NULL; + } + virtual ClipboardService* clipboard_service() { return NULL; } |