diff options
Diffstat (limited to 'chrome/test/testing_browser_process.cc')
-rw-r--r-- | chrome/test/testing_browser_process.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc index 72b9976..5546417 100644 --- a/chrome/test/testing_browser_process.cc +++ b/chrome/test/testing_browser_process.cc @@ -210,10 +210,6 @@ bool TestingBrowserProcess::plugin_finder_disabled() const { return false; } -bool TestingBrowserProcess::have_inspector_files() const { - return true; -} - ChromeNetLog* TestingBrowserProcess::net_log() { return NULL; } |