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

Unified Diff: chrome/browser/services/gcm/push_messaging_service_impl.h

Issue 770023002: Push registration should read a "gcm_user_visible_only" key from the Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment fix Created 6 years 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/browser/services/gcm/push_messaging_service_impl.h
diff --git a/chrome/browser/services/gcm/push_messaging_service_impl.h b/chrome/browser/services/gcm/push_messaging_service_impl.h
index 6d1b412288f0c89b81599ee7bff5ed881685ed28..c4614656d636aac845a1e82c727dbebd9d80e1dc 100644
--- a/chrome/browser/services/gcm/push_messaging_service_impl.h
+++ b/chrome/browser/services/gcm/push_messaging_service_impl.h
@@ -54,6 +54,7 @@ class PushMessagingServiceImpl : public content::PushMessagingService,
const GURL& origin,
int64 service_worker_registration_id,
const std::string& sender_id,
+ bool user_visible_only,
int renderer_id,
int render_frame_id,
bool user_gesture,

Powered by Google App Engine
This is Rietveld 408576698