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

Unified Diff: chrome/browser/about_flags.cc

Issue 1538933002: Enable download resumption by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot ChromeOS Created 5 years 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
« no previous file with comments | « no previous file | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 185c9bf70325a77170a7d9103f0dd54ed43cb677..4439a48cbfeafa768a13a8b61d0726ffd1afffec 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -804,7 +804,7 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_DOWNLOAD_RESUMPTION_NAME,
IDS_FLAGS_DOWNLOAD_RESUMPTION_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnableDownloadResumption)},
+ FEATURE_VALUE_TYPE(features::kDownloadResumption)},
#if defined(OS_CHROMEOS)
{"download-notification",
IDS_FLAGS_DOWNLOAD_NOTIFICATION_NAME,
« no previous file with comments | « no previous file | chrome/browser/download/download_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698