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 caa0031c441e83d68b83dfec1df117c2bf3bfaeb..f44144ce08be31ff5b45761922b2fb1c93a85bc4 100644 |
--- a/content/public/browser/push_messaging_service.h |
+++ b/content/public/browser/push_messaging_service.h |
@@ -38,7 +38,7 @@ class CONTENT_EXPORT PushMessagingService { |
const std::string& sender_id, |
int renderer_id, |
int render_frame_id, |
- bool user_gesture, |
+ bool user_visible_only, |
const RegisterCallback& callback) = 0; |
// Register the given |sender_id| with the push messaging service. The frame |