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

Side by Side Diff: chrome/common/pref_names.cc

Issue 897793002: Remove gcm channel state supported by sync service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android builds Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/gcm_driver/gcm_channel_status_syncer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 1199
1200 // Enable notifications for new devices on the local network that can be 1200 // Enable notifications for new devices on the local network that can be
1201 // registered to the user's account, e.g. Google Cloud Print printers. 1201 // registered to the user's account, e.g. Google Cloud Print printers.
1202 const char kLocalDiscoveryNotificationsEnabled[] = 1202 const char kLocalDiscoveryNotificationsEnabled[] =
1203 "local_discovery.notifications_enabled"; 1203 "local_discovery.notifications_enabled";
1204 1204
1205 // A timestamp (stored in base::Time::ToInternalValue format) of the last time 1205 // A timestamp (stored in base::Time::ToInternalValue format) of the last time
1206 // a preference was reset. 1206 // a preference was reset.
1207 const char kPreferenceResetTime[] = "prefs.preference_reset_time"; 1207 const char kPreferenceResetTime[] = "prefs.preference_reset_time";
1208 1208
1209 // The GCM channel's enabled state.
1210 const char kGCMChannelEnabled[] = "gcm.channel_enabled";
1211
1212 // How many Service Workers are registered with the Push API (could be zero). 1209 // How many Service Workers are registered with the Push API (could be zero).
1213 const char kPushMessagingRegistrationCount[] = 1210 const char kPushMessagingRegistrationCount[] =
1214 "gcm.push_messaging_registration_count"; 1211 "gcm.push_messaging_registration_count";
1215 1212
1216 // Whether a user is allowed to use Easy Unlock. 1213 // Whether a user is allowed to use Easy Unlock.
1217 const char kEasyUnlockAllowed[] = "easy_unlock.allowed"; 1214 const char kEasyUnlockAllowed[] = "easy_unlock.allowed";
1218 1215
1219 // Whether Easy Unlock is enabled. 1216 // Whether Easy Unlock is enabled.
1220 const char kEasyUnlockEnabled[] = "easy_unlock.enabled"; 1217 const char kEasyUnlockEnabled[] = "easy_unlock.enabled";
1221 1218
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
2278 const char kPasswordBubbleNopesCount[] = "password_bubble.nopes"; 2275 const char kPasswordBubbleNopesCount[] = "password_bubble.nopes";
2279 2276
2280 // Last user's interaction with the password bubble. 2277 // Last user's interaction with the password bubble.
2281 const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions"; 2278 const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions";
2282 2279
2283 // Boolean that indicates whether elevation is needed to recover Chrome upgrade. 2280 // Boolean that indicates whether elevation is needed to recover Chrome upgrade.
2284 const char kRecoveryComponentNeedsElevation[] = 2281 const char kRecoveryComponentNeedsElevation[] =
2285 "recovery_component.needs_elevation"; 2282 "recovery_component.needs_elevation";
2286 2283
2287 } // namespace prefs 2284 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/gcm_driver/gcm_channel_status_syncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698