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

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: Fix iOS compile Created 4 years, 4 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 a11d462b1d24f94d4a7dbee66bebb0498978cb62..bf033b36ba89da65c5cfd2f22292c3ed6c144cd7 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -418,6 +418,8 @@ extern const char kNotificationsVibrateEnabled[];
extern const char kPushMessagingAppIdentifierMap[];
extern const char kBackgroundBudgetMap[];
+extern const char kGCMProductCategoryForSubtypes[];
+
extern const char kEasyUnlockAllowed[];
extern const char kEasyUnlockEnabled[];
extern const char kEasyUnlockPairing[];

Powered by Google App Engine
This is Rietveld 408576698