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

Unified Diff: chrome/common/pref_names.cc

Issue 10692168: Moved ExternalExtensionLoaders/Providers into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 511a0ff76dee5ba4ec22e41a6fb67870dac2235e..27d0632764920c0fde9b25bfddc25b82d8cade6e 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -479,7 +479,7 @@ const char kNetworkPredictionEnabled[] = "dns_prefetching.enabled";
// is async, and the user may have stopped chrome in the middle. The next time
// the profile is opened, the process will continue from where it left off.
//
-// See possible values in external_extension_provider_impl.cc.
+// See possible values in external_provider_impl.cc.
const char kDefaultAppsInstallState[] = "default_apps_install_state";
#if defined(OS_CHROMEOS)
@@ -1401,7 +1401,7 @@ const char kExtensionAlertsInitializedPref[] = "extensions.alerts.initialized";
// at startup time. It is a list of strings, each string contains
// an extension ID and an update URL, delimited by a semicolon.
// This preference is set by an admin policy, and meant to be only
-// accessed through ExternalPolicyExtensionProvider.
+// accessed through extensions::ExternalPolicyProvider.
const char kExtensionInstallForceList[] = "extensions.install.forcelist";
// Time of the last, and next scheduled, extensions auto-update checks.

Powered by Google App Engine
This is Rietveld 408576698