| Index: content/browser/download/save_package.h
|
| diff --git a/content/browser/download/save_package.h b/content/browser/download/save_package.h
|
| index e9a97907e654391718d4a6a75843ebcaf7ae0715..d4219814c881d31ebe67e1254edb1de64b7e87f2 100644
|
| --- a/content/browser/download/save_package.h
|
| +++ b/content/browser/download/save_package.h
|
| @@ -380,9 +380,6 @@ class CONTENT_EXPORT SavePackage
|
| // Indicates whether the actual saving job is finishing or not.
|
| bool finished_;
|
|
|
| - // Indicates whether a call to Finish() has been scheduled.
|
| - bool mhtml_finishing_;
|
| -
|
| // Indicates whether user canceled the saving job.
|
| bool user_canceled_;
|
|
|
|
|