| Index: chrome/test/testing_browser_process.cc
|
| diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
|
| index b3ed441bd210bffeeaa6976e1a275b50c0f003a0..f6af58fe734bf8542ee5ef7776ec96f655753c42 100644
|
| --- a/chrome/test/testing_browser_process.cc
|
| +++ b/chrome/test/testing_browser_process.cc
|
| @@ -181,6 +181,10 @@ base::WaitableEvent* TestingBrowserProcess::shutdown_event() {
|
| return shutdown_event_.get();
|
| }
|
|
|
| +bool TestingBrowserProcess::plugin_finder_disabled() const {
|
| + return false;
|
| +}
|
| +
|
| bool TestingBrowserProcess::have_inspector_files() const {
|
| return true;
|
| }
|
|
|