| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 3dbd8e61e46cc20b46de209f669e6e12de1a911a..8a1ab65ad73719fae438dc91dd959efeb875fffd 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 plugin_finder_disabled() const = 0;
|
| +
|
| // Trigger an asynchronous check to see if we have the inspector's files on
|
| // disk.
|
| virtual void CheckForInspectorFiles() = 0;
|
|
|