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

Unified Diff: public/web/WebFileChooserCompletion.h

Issue 900773003: Revert of Upgrade Blink to milliseconds-based last modified filetimes, part 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sof-fileinfo-modtime-in-ms-1
Patch Set: Created 5 years, 10 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 | « Source/web/WebFileChooserCompletionImpl.cpp ('k') | public/web/WebSerializedScriptValueVersion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFileChooserCompletion.h
diff --git a/public/web/WebFileChooserCompletion.h b/public/web/WebFileChooserCompletion.h
index cfbba3b466d40d7f9514c5f1db49d22cbef047ae..84d1e5db4856d5114980ec5764457234ed2fc0e2 100644
--- a/public/web/WebFileChooserCompletion.h
+++ b/public/web/WebFileChooserCompletion.h
@@ -66,13 +66,13 @@
}
};
- // Called with zero or more file names. Zero-length vector means that
+ // Called with zero or more file names. Zero-lengthed vector means that
// the user cancelled or that file choosing failed. The callback instance
// is destroyed when this method is called.
virtual void didChooseFile(const WebVector<WebString>& fileNames) = 0;
// Called with zero or more files, given as a vector of SelectedFileInfo.
- // Zero-length vector means that the user cancelled or that file
+ // Zero-lengthed vector means that the user cancelled or that file
// choosing failed. The callback instance is destroyed when this method
// is called.
// FIXME: Deprecate either one of the didChooseFile (and rename it to
« no previous file with comments | « Source/web/WebFileChooserCompletionImpl.cpp ('k') | public/web/WebSerializedScriptValueVersion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698