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

Unified Diff: chrome/common/pref_names.h

Issue 2111973002: Add support for GCM subtypes to desktop Instance ID implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid9push
Patch Set: Address review comments Created 4 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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 86ba49aa1d442f30d24ab27f31aebdd2d7b0c34c..6f83628dbedc19dd87509ef34982f61173932fff 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -414,6 +414,8 @@ extern const char kNotificationsVibrateEnabled[];
extern const char kPushMessagingAppIdentifierMap[];
extern const char kBackgroundBudgetMap[];
+extern const char kGCMCategoryForSubtypes[];
+
extern const char kEasyUnlockAllowed[];
extern const char kEasyUnlockEnabled[];
extern const char kEasyUnlockPairing[];

Powered by Google App Engine
This is Rietveld 408576698