| Index: content/browser/download/save_types.h
|
| diff --git a/content/browser/download/save_types.h b/content/browser/download/save_types.h
|
| index c9732692631aef9af530ccfb1611b83a9297977d..e8076d275407163b91c50b5313a48646788f960d 100644
|
| --- a/content/browser/download/save_types.h
|
| +++ b/content/browser/download/save_types.h
|
| @@ -39,9 +39,6 @@ struct SaveFileCreateInfo {
|
| // This type indicates the save item needs to be retrieved from serializing
|
| // DOM.
|
| SAVE_FILE_FROM_DOM,
|
| - // This type indicates the save item needs to be retrieved from local file
|
| - // system.
|
| - SAVE_FILE_FROM_FILE
|
| };
|
|
|
| // Constructor for SAVE_FILE_FROM_DOM and/or SAVE_FILE_FROM_FILE.
|
|
|