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

Unified Diff: content/browser/download/save_package.h

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 years, 8 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
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_;

Powered by Google App Engine
This is Rietveld 408576698