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

Unified Diff: third_party/WebKit/Source/web/WebFrame.cpp

Issue 2733823004: Remove old permission delegation prototype (Closed)
Patch Set: update webexposed layout tests Created 3 years, 9 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/web/WebFrame.cpp
diff --git a/third_party/WebKit/Source/web/WebFrame.cpp b/third_party/WebKit/Source/web/WebFrame.cpp
index 59df86f0c71e8dce1b85eb387ee2e9d37f4e6b41..030e8b7c770c9858cdd45832ba63aa76302a8745 100644
--- a/third_party/WebKit/Source/web/WebFrame.cpp
+++ b/third_party/WebKit/Source/web/WebFrame.cpp
@@ -164,7 +164,6 @@ void WebFrame::setFrameOwnerProperties(
owner->setAllowFullscreen(properties.allowFullscreen);
owner->setAllowPaymentRequest(properties.allowPaymentRequest);
owner->setCsp(properties.requiredCsp);
- owner->setDelegatedpermissions(properties.delegatedPermissions);
owner->setAllowedFeatures(properties.allowedFeatures);
}
« no previous file with comments | « third_party/WebKit/Source/web/RemoteFrameOwner.h ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698