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

Unified Diff: third_party/WebKit/public/web/WebFrame.h

Issue 2378643002: Propagating csp attribute changes on frameOwnerPropertiesChanged() (Closed)
Patch Set: Enable Experimental switch Created 4 years, 3 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/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index 26bb626c52b0598d82fac5cbfb232260c77b1d31..d20464627cccdc2b142e7b89d5841dbc13e96bcf 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -162,7 +162,7 @@ public:
BLINK_EXPORT WebInsecureRequestPolicy getInsecureRequestPolicy() const;
// Updates this frame's FrameOwner properties, such as scrolling, margin,
- // or allowfullscreen. This is used when this frame's parent is in
+ // allowfullscreen or csp. This is used when this frame's parent is in
Mike West 2016/09/29 08:58:53 Nit: Oxford comma. :)
// another process and it dynamically updates these properties.
// TODO(dcheng): Currently, the update only takes effect on next frame
// navigation. This matches the in-process frame behavior.

Powered by Google App Engine
This is Rietveld 408576698