Chromium Code Reviews| Index: chrome/browser/browser_process.h |
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h |
| index 3dbd8e61e46cc20b46de209f669e6e12de1a911a..81d55941c3143f29d3f03c4b21c2250c2bf0c1dd 100644 |
| --- a/chrome/browser/browser_process.h |
| +++ b/chrome/browser/browser_process.h |
| @@ -169,6 +169,10 @@ class BrowserProcess { |
| virtual safe_browsing::ClientSideDetectionService* |
| safe_browsing_detection_service() = 0; |
| + // Returns the state of the disable plugin finder policy. Callable only on |
| + // the IO thread. |
| + virtual bool disable_plugin_finder_pref() const = 0; |
|
Bernhard Bauer
2011/02/24 10:37:07
Nit: accessors that start with a verb sound like t
pastarmovj
2011/02/24 16:02:20
Done.
|
| + |
| // Trigger an asynchronous check to see if we have the inspector's files on |
| // disk. |
| virtual void CheckForInspectorFiles() = 0; |