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

Unified Diff: third_party/WebKit/public/web/WebFileChooserParams.h

Issue 2446743002: Remove WebFileChooserParams::initialValue (Closed)
Patch Set: Split test into own file; const sprinkles 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
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFileChooserParams.h
diff --git a/third_party/WebKit/public/web/WebFileChooserParams.h b/third_party/WebKit/public/web/WebFileChooserParams.h
index bf9589584e8322db0c2fb90b5cea87c7b6e4caf3..a33a44f8d46d1eeea4f890b9a5ed11e1bef526f5 100644
--- a/third_party/WebKit/public/web/WebFileChooserParams.h
+++ b/third_party/WebKit/public/web/WebFileChooserParams.h
@@ -49,9 +49,6 @@ struct WebFileChooserParams {
bool saveAs;
// |title| is the title for a file chooser dialog. It can be an empty string.
WebString title;
- // |initialValue| is a filename which the dialog should select by default.
- // It can be an empty string.
- WebString initialValue;
// This contains MIME type strings such as "audio/*" "text/plain" or file
// extensions beginning with a period (.) such as ".mp3" ".txt".
// The dialog may restrict selectable files to files with the specified MIME
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698