Chromium Code Reviews| 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. |