| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 17979c203d2501924428d9d68885b3ed22b8e64c..03f9e1e59187e9ba2ce712ad7942ade4b671f8da 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -166,6 +166,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;
|
| +
|
| // Trigger an asynchronous check to see if we have the inspector's files on
|
| // disk.
|
| virtual void CheckForInspectorFiles() = 0;
|
|
|