| Index: chrome/test/testing_browser_process.h
|
| diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
|
| index 7ccef97d9b4ad686335abae0182ec308dce3f58f..781eb516c3f9cbbc5235fde4fef7dc5ca5077639 100644
|
| --- a/chrome/test/testing_browser_process.h
|
| +++ b/chrome/test/testing_browser_process.h
|
| @@ -114,6 +114,8 @@ class TestingBrowserProcess : public BrowserProcess {
|
|
|
| virtual base::WaitableEvent* shutdown_event();
|
|
|
| + virtual bool disable_plugin_finder_pref() const;
|
| +
|
| virtual void CheckForInspectorFiles() {}
|
|
|
| #if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
|
|
|