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

Unified Diff: content/browser/download/download_manager_impl.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/download_manager_impl.h
diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
index 21524c9bff24d3e54c8781f6ab7ff3939bff4e87..62afc99aa62be090237650ebb14987967139efbb 100644
--- a/content/browser/download/download_manager_impl.h
+++ b/content/browser/download/download_manager_impl.h
@@ -201,8 +201,6 @@ class CONTENT_EXPORT DownloadManagerImpl : public DownloadManager,
// DownloadItemImpl already normalizes the string GUID.
DownloadGuidMap downloads_by_guid_;
- int history_size_;
-
// True if the download manager has been initialized and requires a shutdown.
bool shutdown_needed_;

Powered by Google App Engine
This is Rietveld 408576698