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

Unified Diff: third_party/WebKit/Source/core/html/HTMLIFrameElementPermissions.h

Issue 2682953002: Make delegated permissions use mojo generated -permissions. (Closed)
Patch Set: fix nit Created 3 years, 10 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: third_party/WebKit/Source/core/html/HTMLIFrameElementPermissions.h
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElementPermissions.h b/third_party/WebKit/Source/core/html/HTMLIFrameElementPermissions.h
index eadfe3d01c3c4e5efd0a7eb36b22745993b81cea..7d0409b1f37af52538b35998e7fe47db5ef03e5d 100644
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElementPermissions.h
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElementPermissions.h
@@ -8,7 +8,7 @@
#include "core/CoreExport.h"
#include "core/dom/DOMTokenList.h"
#include "platform/heap/Handle.h"
-#include "public/platform/modules/permissions/WebPermissionType.h"
+#include "public/platform/modules/permissions/permission.mojom-blink.h"
#include "wtf/Vector.h"
namespace blink {
@@ -27,7 +27,7 @@ class CORE_EXPORT HTMLIFrameElementPermissions final
~HTMLIFrameElementPermissions() override;
- Vector<WebPermissionType> parseDelegatedPermissions(
+ Vector<mojom::blink::PermissionName> parseDelegatedPermissions(
String& invalidTokensErrorMessage) const;
DECLARE_VIRTUAL_TRACE();

Powered by Google App Engine
This is Rietveld 408576698