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

Unified Diff: chrome/common/pref_names.h

Issue 8202011: Notify users about certain changes in installed extensions. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Changes based on asargent's review Created 9 years, 2 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 2c2a71a1d0c8ce0504a59f6c9cf45150eea62abd..42eb7b23d2a6cdd0b9f30bca546166eee9e02e67 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -428,6 +428,8 @@ extern const char kNextExtensionsUpdateCheck[];
extern const char kExtensionInstallAllowList[];
extern const char kExtensionInstallDenyList[];
+extern const char kExtensionAlertsInitializedPref[];
+
extern const char kExtensionInstallForceList[];
extern const char kExtensionBlacklistUpdateVersion[];

Powered by Google App Engine
This is Rietveld 408576698