| Index: content/renderer/push_messaging_dispatcher.cc
|
| diff --git a/content/renderer/push_messaging_dispatcher.cc b/content/renderer/push_messaging_dispatcher.cc
|
| index 763a8e944146970950a3f34ebbed4a1f53adb0f1..f9888a74922a7abc43e211db8269243de6d0f7ba 100644
|
| --- a/content/renderer/push_messaging_dispatcher.cc
|
| +++ b/content/renderer/push_messaging_dispatcher.cc
|
| @@ -14,7 +14,6 @@
|
| #include "third_party/WebKit/public/platform/WebPushRegistration.h"
|
| #include "third_party/WebKit/public/platform/WebServiceWorkerProvider.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| -#include "third_party/WebKit/public/web/WebUserGestureIndicator.h"
|
| #include "url/gurl.h"
|
|
|
| using blink::WebString;
|
| @@ -76,7 +75,7 @@ void PushMessagingDispatcher::DoRegister(
|
| manifest.gcm_sender_id.is_null()
|
| ? std::string()
|
| : base::UTF16ToUTF8(manifest.gcm_sender_id.string()),
|
| - blink::WebUserGestureIndicator::isProcessingUserGesture(),
|
| + manifest.gcm_user_visible_only,
|
| service_worker_provider_id));
|
| }
|
|
|
|
|