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

Unified Diff: content/shell/browser/layout_test/layout_test_push_messaging_service.h

Issue 2908133003: Split GetPermissionStatus into GetPermissionStatusForFrame/Worker
Patch Set: Split GetPermissionStatus into GetPermissionStatusForFrame/Worker Created 3 years, 6 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
Index: content/shell/browser/layout_test/layout_test_push_messaging_service.h
diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.h b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
index 536b3755679587b28ad2a96c4d7bba1a19ef654c..9df9ef06d06e5d932a6e5ed6ff3fd072658e7045 100644
--- a/content/shell/browser/layout_test/layout_test_push_messaging_service.h
+++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
@@ -41,9 +41,9 @@ class LayoutTestPushMessagingService : public PushMessagingService {
const std::string& sender_id,
const std::string& subscription_id,
const SubscriptionInfoCallback& callback) override;
- blink::WebPushPermissionStatus GetPermissionStatus(const GURL& origin,
- bool user_visible)
- override;
+ blink::WebPushPermissionStatus GetPermissionStatus(
+ const GURL& origin,
+ bool user_visible) override;
bool SupportNonVisibleMessages() override;
void Unsubscribe(PushUnregistrationReason reason,
const GURL& requesting_origin,

Powered by Google App Engine
This is Rietveld 408576698