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

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: 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..d2e2e07b3b12a045e7912d128d12904f0f1b2283 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 kExtensionNotificationsInitializedPref[];
+
extern const char kExtensionInstallForceList[];
extern const char kExtensionBlacklistUpdateVersion[];

Powered by Google App Engine
This is Rietveld 408576698