Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Unified Diff: chrome/browser/browser_process.h

Issue 6475011: Implemented policy to disable plugin finder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Finished the policy implementation. Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698