| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 28cc7165de89aa5e23c41ec41896fc31363787ba..c1275dbf2f02410614dd514580060e1f781c975b 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -165,6 +165,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;
|
|
|