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

Unified Diff: content/common/frame_owner_properties.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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/common/frame_owner_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_owner_properties.h
diff --git a/content/common/frame_owner_properties.h b/content/common/frame_owner_properties.h
index 8767b9890aa2d0ade84a4b643c1310f5da72ed16..b41b3a7180d6274d8ea2cda2d1097e3837012f5b 100644
--- a/content/common/frame_owner_properties.h
+++ b/content/common/frame_owner_properties.h
@@ -8,7 +8,7 @@
#include <vector>
#include "content/common/content_export.h"
-#include "third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h"
+#include "third_party/WebKit/public/platform/modules/permissions/permission.mojom.h"
#include "third_party/WebKit/public/web/WebFrameOwnerProperties.h"
namespace content {
@@ -44,7 +44,7 @@ struct CONTENT_EXPORT FrameOwnerProperties {
// https://www.w3.org/TR/csp-embedded-enforcement/#required-csp
std::string required_csp;
- std::vector<blink::WebPermissionType> delegated_permissions;
+ std::vector<blink::mojom::PermissionName> delegated_permissions;
};
} // namespace content
« no previous file with comments | « content/common/frame_messages.h ('k') | content/common/frame_owner_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698