diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 286df53..c28d3d3 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -95,7 +95,6 @@ class BrowserProcessImpl : public BrowserProcess, virtual safe_browsing::ClientSideDetectionService* safe_browsing_detection_service(); virtual bool plugin_finder_disabled() const; - virtual void CheckForInspectorFiles(); // NotificationObserver methods virtual void Observe(NotificationType type, @@ -106,8 +105,6 @@ class BrowserProcessImpl : public BrowserProcess, virtual void StartAutoupdateTimer(); #endif - virtual bool have_inspector_files() const; - virtual ChromeNetLog* net_log(); #if defined(IPC_MESSAGE_LOG_ENABLED) @@ -256,12 +253,6 @@ class BrowserProcessImpl : public BrowserProcess, // An event that notifies when we are shutting-down. scoped_ptr<base::WaitableEvent> shutdown_event_; - // Runs on the file thread and stats the inspector's directory, filling in - // have_inspector_files_ with the result. - void DoInspectorFilesCheck(); - // Our best estimate about the existence of the inspector directory. - bool have_inspector_files_; - // Ensures that the observers of plugin/print disable/enable state // notifications are properly added and removed. PrefChangeRegistrar pref_change_registrar_; |