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

Unified Diff: third_party/WebKit/public/platform/WebDragData.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit 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/public/platform/WebDragData.h
diff --git a/third_party/WebKit/public/platform/WebDragData.h b/third_party/WebKit/public/platform/WebDragData.h
index 4bee24a5f747f98c664051a6395862f8a2f21e0b..623918f86d1b1d6e712bd5baca057bed9e8fff6c 100644
--- a/third_party/WebKit/public/platform/WebDragData.h
+++ b/third_party/WebKit/public/platform/WebDragData.h
@@ -48,13 +48,13 @@ class WebDragData {
public:
struct Item {
enum StorageType {
- // String data with an associated MIME type. Depending on the MIME type, there may be
- // optional metadata attributes as well.
+ // String data with an associated MIME type. Depending on the MIME type,
+ // there may be optional metadata attributes as well.
StorageTypeString,
// Stores the name of one file being dragged into the renderer.
StorageTypeFilename,
- // An image being dragged out of the renderer. Contains a buffer holding the image data
- // as well as the suggested name for saving the image to.
+ // An image being dragged out of the renderer. Contains a buffer holding
+ // the image data as well as the suggested name for saving the image to.
StorageTypeBinaryData,
// Stores the filesystem URL of one file being dragged into the renderer.
StorageTypeFileSystemFile,
« no previous file with comments | « third_party/WebKit/public/platform/WebDistillability.h ('k') | third_party/WebKit/public/platform/WebEditingCommandType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698