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

Unified Diff: third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h

Issue 2145993003: blink: Remove uses of blink variant bindings in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Remove dependency on blink bindings Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/Source/web/NotificationPermissionClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
diff --git a/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h b/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
index cfb0f24eaf20fab07b3862f525752c7ec06fb112..1000852dd41333752c423e9b5cb96196baaafd3a 100644
--- a/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
+++ b/third_party/WebKit/public/web/modules/notifications/WebNotificationPermissionCallback.h
@@ -31,8 +31,6 @@
#ifndef WebNotificationPermissionCallback_h
#define WebNotificationPermissionCallback_h
-#include "public/platform/modules/permissions/permission_status.mojom-blink.h"
-
namespace blink {
// Callback object used for Web Notification permission requests.
@@ -42,7 +40,7 @@ public:
// Method to be invoked when the asynchronous permission request for the
// ability to display Web Notifications has been completed.
- virtual void permissionRequestComplete(mojom::blink::PermissionStatus) = 0;
+ virtual void permissionRequestComplete(int32_t permissionStatus) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/NotificationPermissionClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698