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

Unified Diff: chrome/test/testing_browser_process.h

Issue 6475011: Implemented policy to disable plugin finder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. 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.h
diff --git a/chrome/test/testing_browser_process.h b/chrome/test/testing_browser_process.h
index 7ccef97d9b4ad686335abae0182ec308dce3f58f..380bf37de398542323e977f9f070c17367ffd961 100644
--- a/chrome/test/testing_browser_process.h
+++ b/chrome/test/testing_browser_process.h
@@ -114,6 +114,8 @@ class TestingBrowserProcess : public BrowserProcess {
virtual base::WaitableEvent* shutdown_event();
+ virtual bool plugin_finder_disabled() const;
+
virtual void CheckForInspectorFiles() {}
#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698