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

Unified Diff: chrome/test/testing_browser_process.cc

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/test/testing_browser_process.cc
diff --git a/chrome/test/testing_browser_process.cc b/chrome/test/testing_browser_process.cc
index 30e8064ffe4f71cb96ec0a4c4e35d02f897780b4..b394d07b6c68e69748776f2824ac8d219007bbe7 100644
--- a/chrome/test/testing_browser_process.cc
+++ b/chrome/test/testing_browser_process.cc
@@ -180,6 +180,10 @@ base::WaitableEvent* TestingBrowserProcess::shutdown_event() {
return shutdown_event_.get();
}
+bool TestingBrowserProcess::disable_plugin_finder_pref() const {
+ return false;
+}
+
bool TestingBrowserProcess::have_inspector_files() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698