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

Unified Diff: third_party/WebKit/Source/core/clipboard/Pasteboard.h

Issue 2393013002: reflow comments in core/{clipboard,streams,testing,timing} (Closed)
Patch Set: comments (heh!) 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
Index: third_party/WebKit/Source/core/clipboard/Pasteboard.h
diff --git a/third_party/WebKit/Source/core/clipboard/Pasteboard.h b/third_party/WebKit/Source/core/clipboard/Pasteboard.h
index a0655027b28b3e2f770b36c54b3b17ca5c7c9e15..1dd9bccd169ef4fb89497b7d05e8a1be84c0f5c0 100644
--- a/third_party/WebKit/Source/core/clipboard/Pasteboard.h
+++ b/third_party/WebKit/Source/core/clipboard/Pasteboard.h
@@ -54,11 +54,12 @@ class CORE_EXPORT Pasteboard {
bool isHTMLAvailable();
String plainText();
- // If no data is read, an empty string will be returned and all out parameters will be cleared.
- // If applicable, the page URL will be assigned to the KURL parameter.
- // fragmentStart and fragmentEnd are indexes into the returned markup that indicate
- // the start and end of the returned markup. If there is no additional context,
- // fragmentStart will be zero and fragmentEnd will be the same as the length of the markup.
+ // If no data is read, an empty string will be returned and all out parameters
+ // will be cleared. If applicable, the page URL will be assigned to the KURL
+ // parameter. fragmentStart and fragmentEnd are indexes into the returned
+ // markup that indicate the start and end of the returned markup. If there is
+ // no additional context, fragmentStart will be zero and fragmentEnd will be
+ // the same as the length of the markup.
String readHTML(KURL&, unsigned& fragmentStart, unsigned& fragmentEnd);
void writeHTML(const String& markup,

Powered by Google App Engine
This is Rietveld 408576698