Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 505a63dd190cfeb9537b0b873353fcf45a17752b..553d916965df0d038f37410c4fe84fb34e9a112a 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -151,7 +151,8 @@ class WebLocalFrame : public WebFrame { |
// Printing ------------------------------------------------------------ |
- // Returns true on success and sets the out parameter to the print preset options for the document. |
+ // Returns true on success and sets the out parameter to the print preset |
+ // options for the document. |
virtual bool getPrintPresetOptionsForPlugin(const WebNode&, |
WebPrintPresetOptions*) = 0; |
@@ -319,7 +320,8 @@ class WebLocalFrame : public WebFrame { |
// Iframe sandbox --------------------------------------------------------- |
- // Returns the effective sandbox flags which are inherited from their parent frame. |
+ // Returns the effective sandbox flags which are inherited from their parent |
+ // frame. |
virtual WebSandboxFlags effectiveSandboxFlags() const = 0; |
// Set sandbox flags that will always be forced on this frame. This is |