diff options
Diffstat (limited to 'chrome/test/testing_browser_process.h')
-rw-r--r-- | chrome/test/testing_browser_process.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h index 47a75e1..0a22151 100644 --- a/chrome/test/testing_browser_process.h +++ b/chrome/test/testing_browser_process.h @@ -81,15 +81,6 @@ class TestingBrowserProcess : public BrowserProcess { return NULL; } -#if defined(OS_WIN) - virtual sandbox::BrokerServices* broker_services() { - return NULL; - } - - virtual void InitBrokerServices(sandbox::BrokerServices*) { - } -#endif - virtual DebuggerWrapper* debugger_wrapper() { return NULL; } |