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

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

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/public/web/WebImageDecoder.h ('k') | third_party/WebKit/public/web/WebNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/public/web/WebImageDecoder.h ('k') | third_party/WebKit/public/web/WebNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698