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

Unified 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: 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index f8aff32687703fc9f6e5c852fff2a52f6344027e..32bea7b09f221f6153a473db587a42085c406dce 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1201,6 +1201,9 @@ const char kLocalDiscoveryNotificationsEnabled[] =
const char kPushMessagingAppIdentifierMap[] =
"gcm.push_messaging_application_id_map";
+// Maps from service worker id to background budget information.
Michael van Ouwerkerk 2016/04/05 14:05:52 I think service worker registration ids are unique
harkness 2016/04/05 14:33:40 Discussed with Michael in person. I'm going to swi
+const char kBackgroundBudgetMap[] = "push_messaging.background_budget_map";
+
// Whether a user is allowed to use Easy Unlock.
const char kEasyUnlockAllowed[] = "easy_unlock.allowed";
« 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