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

Unified Diff: content/common/frame_owner_properties.cc

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
« no previous file with comments | « content/common/frame_owner_properties.h ('k') | content/renderer/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.cc
diff --git a/content/common/frame_owner_properties.cc b/content/common/frame_owner_properties.cc
index 8e0f7ead13abdc522b6321c170df42aec73656b3..a29dfc2cf619e50bce900aa0b1e84328b5a65a10 100644
--- a/content/common/frame_owner_properties.cc
+++ b/content/common/frame_owner_properties.cc
@@ -25,8 +25,6 @@ bool FrameOwnerProperties::operator==(const FrameOwnerProperties& other) const {
allow_fullscreen == other.allow_fullscreen &&
allow_payment_request == other.allow_payment_request &&
required_csp == other.required_csp &&
- std::equal(delegated_permissions.begin(), delegated_permissions.end(),
- other.delegated_permissions.begin()) &&
std::equal(allowed_features.begin(), allowed_features.end(),
other.allowed_features.begin());
}
« no previous file with comments | « content/common/frame_owner_properties.h ('k') | content/renderer/frame_owner_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698