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

Unified Diff: third_party/WebKit/Source/platform/FileChooser.h

Issue 2388303002: reflow comments in platform/ (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
Index: third_party/WebKit/Source/platform/FileChooser.h
diff --git a/third_party/WebKit/Source/platform/FileChooser.h b/third_party/WebKit/Source/platform/FileChooser.h
index 12e3d1949a07675e8d9eb0e64a63bd2f96664281..7196cf31dcad2ceb48cf874799f89e2ef7c19055 100644
--- a/third_party/WebKit/Source/platform/FileChooser.h
+++ b/third_party/WebKit/Source/platform/FileChooser.h
@@ -94,7 +94,8 @@ class PLATFORM_EXPORT FileChooser : public RefCounted<FileChooser> {
void disconnectClient() { m_client = 0; }
- // FIXME: We should probably just pass file paths that could be virtual paths with proper display names rather than passing structs.
+ // FIXME: We should probably just pass file paths that could be virtual paths
+ // with proper display names rather than passing structs.
void chooseFiles(const Vector<FileChooserFileInfo>& files);
const FileChooserSettings& settings() const { return m_settings; }
« no previous file with comments | « third_party/WebKit/Source/platform/DragImageTest.cpp ('k') | third_party/WebKit/Source/platform/Histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698