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

Unified Diff: chrome/browser/plugins/plugin_finder.cc

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years 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/plugins/plugin_finder.cc
diff --git a/chrome/browser/plugins/plugin_finder.cc b/chrome/browser/plugins/plugin_finder.cc
index 43f3dfa1e936ceceab775086bc647bad2e0ee779..b362c803d1be44536c0ac62e313059753a25835f 100644
--- a/chrome/browser/plugins/plugin_finder.cc
+++ b/chrome/browser/plugins/plugin_finder.cc
@@ -135,7 +135,7 @@ PluginMetadata* CreatePluginMetadata(
} // namespace
// static
-void PluginFinder::RegisterPrefs(PrefService* local_state) {
+void PluginFinder::RegisterPrefs(PrefServiceSimple* local_state) {
local_state->RegisterBooleanPref(prefs::kDisablePluginFinder, false);
}

Powered by Google App Engine
This is Rietveld 408576698