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

Unified Diff: content/public/browser/push_messaging_service.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: content/public/browser/push_messaging_service.h
diff --git a/content/public/browser/push_messaging_service.h b/content/public/browser/push_messaging_service.h
index d0cd124a823949f449da1f9c3d01ebcdaf880018..c677f8c36e4ffe3fb758bcc39c2c98d8140b75d8 100644
--- a/content/public/browser/push_messaging_service.h
+++ b/content/public/browser/push_messaging_service.h
@@ -30,6 +30,7 @@ class CONTENT_EXPORT PushMessagingService {
virtual void Register(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