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

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

Issue 1255943002: One-time migration of NPAPI Flash to PPAPI Flash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use correct plugin name on OS X Created 5 years, 5 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
« no previous file with comments | « chrome/browser/plugins/plugin_prefs.cc ('k') | chrome/browser/ui/webui/plugins_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_prefs_factory.cc
diff --git a/chrome/browser/plugins/plugin_prefs_factory.cc b/chrome/browser/plugins/plugin_prefs_factory.cc
index 4bba9ad3239fe013d365f521d061f35e012f5aae..35eead514422949df6c2719e7174706d93486bd9 100644
--- a/chrome/browser/plugins/plugin_prefs_factory.cc
+++ b/chrome/browser/plugins/plugin_prefs_factory.cc
@@ -57,9 +57,7 @@ void PluginPrefsFactory::RegisterProfilePrefs(
PathService::Get(chrome::DIR_INTERNAL_PLUGINS, &internal_dir);
registry->RegisterFilePathPref(prefs::kPluginsLastInternalDirectory,
internal_dir);
- registry->RegisterBooleanPref(prefs::kPluginsMigratedToPepperFlash, false);
- registry->RegisterBooleanPref(
- prefs::kPluginsRemovedOldComponentPepperFlashSettings, false);
+ registry->RegisterBooleanPref(prefs::kNpapiFlashMigratedToPepperFlash, false);
registry->RegisterListPref(prefs::kPluginsPluginsList);
registry->RegisterListPref(prefs::kPluginsDisabledPlugins);
registry->RegisterListPref(prefs::kPluginsDisabledPluginsExceptions);
« no previous file with comments | « chrome/browser/plugins/plugin_prefs.cc ('k') | chrome/browser/ui/webui/plugins_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698