| 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
|
|
|