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

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

Issue 1861683002: Background service worker push message processing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheck ordering Created 4 years, 8 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') | content/public/browser/push_messaging_service.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/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 1194
1195 // Enable notifications for new devices on the local network that can be 1195 // Enable notifications for new devices on the local network that can be
1196 // registered to the user's account, e.g. Google Cloud Print printers. 1196 // registered to the user's account, e.g. Google Cloud Print printers.
1197 const char kLocalDiscoveryNotificationsEnabled[] = 1197 const char kLocalDiscoveryNotificationsEnabled[] =
1198 "local_discovery.notifications_enabled"; 1198 "local_discovery.notifications_enabled";
1199 1199
1200 // Maps from app ids to origin + Service Worker registration ID. 1200 // Maps from app ids to origin + Service Worker registration ID.
1201 const char kPushMessagingAppIdentifierMap[] = 1201 const char kPushMessagingAppIdentifierMap[] =
1202 "gcm.push_messaging_application_id_map"; 1202 "gcm.push_messaging_application_id_map";
1203 1203
1204 // Maps from origin to background budget information.
1205 const char kBackgroundBudgetMap[] = "push_messaging.background_budget_map";
1206
1204 // Whether a user is allowed to use Easy Unlock. 1207 // Whether a user is allowed to use Easy Unlock.
1205 const char kEasyUnlockAllowed[] = "easy_unlock.allowed"; 1208 const char kEasyUnlockAllowed[] = "easy_unlock.allowed";
1206 1209
1207 // Whether Easy Unlock is enabled. 1210 // Whether Easy Unlock is enabled.
1208 const char kEasyUnlockEnabled[] = "easy_unlock.enabled"; 1211 const char kEasyUnlockEnabled[] = "easy_unlock.enabled";
1209 1212
1210 // Preference storing Easy Unlock pairing data. 1213 // Preference storing Easy Unlock pairing data.
1211 const char kEasyUnlockPairing[] = "easy_unlock.pairing"; 1214 const char kEasyUnlockPairing[] = "easy_unlock.pairing";
1212 1215
1213 // Whether close proximity between the remote and the local device is required 1216 // Whether close proximity between the remote and the local device is required
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 const char kMediaRouterEnableCloudServices[] = 2194 const char kMediaRouterEnableCloudServices[] =
2192 "media_router.cloudservices.enabled"; 2195 "media_router.cloudservices.enabled";
2193 #endif // defined(GOOGLE_CHROME_BUILD) 2196 #endif // defined(GOOGLE_CHROME_BUILD)
2194 // Whether or not the Media Router first run flow has been acknowledged by the 2197 // Whether or not the Media Router first run flow has been acknowledged by the
2195 // user. 2198 // user.
2196 const char kMediaRouterFirstRunFlowAcknowledged[] = 2199 const char kMediaRouterFirstRunFlowAcknowledged[] =
2197 "media_router.firstrunflow.acknowledged"; 2200 "media_router.firstrunflow.acknowledged";
2198 #endif 2201 #endif
2199 2202
2200 } // namespace prefs 2203 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | content/public/browser/push_messaging_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698