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

Unified Diff: third_party/WebKit/Source/core/clipboard/DataObjectItem.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/DataObjectItem.h
diff --git a/third_party/WebKit/Source/core/clipboard/DataObjectItem.h b/third_party/WebKit/Source/core/clipboard/DataObjectItem.h
index ac7ad4ababb41159475a8791548b7688b217207f..419fc126141ecc4e00f9b7d5300b5a215edcf029 100644
--- a/third_party/WebKit/Source/core/clipboard/DataObjectItem.h
+++ b/third_party/WebKit/Source/core/clipboard/DataObjectItem.h
@@ -63,7 +63,8 @@ class CORE_EXPORT DataObjectItem
String getAsString() const;
Blob* getAsFile() const;
- // Used to support legacy DataTransfer APIs and renderer->browser serialization.
+ // Used to support legacy DataTransfer APIs and renderer->browser
+ // serialization.
PassRefPtr<SharedBuffer> sharedBuffer() const { return m_sharedBuffer; }
String title() const { return m_title; }
KURL baseURL() const { return m_baseURL; }
« no previous file with comments | « third_party/WebKit/Source/core/clipboard/DataObject.cpp ('k') | third_party/WebKit/Source/core/clipboard/DataObjectItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698