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

Unified Diff: chrome/browser/about_flags.cc

Issue 1603153003: Make download resumption a user flag on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | no next file » | 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 a2b41f502b81a85543d3d7fa39af64ca1940e499..1153af62e3f230dff2d7881e19599e3fa7d1ca01 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -824,7 +824,7 @@ const FeatureEntry kFeatureEntries[] = {
{"enable-download-resumption",
IDS_FLAGS_DOWNLOAD_RESUMPTION_NAME,
IDS_FLAGS_DOWNLOAD_RESUMPTION_DESCRIPTION,
- kOsDesktop,
+ kOsAll,
FEATURE_VALUE_TYPE(features::kDownloadResumption)},
#if defined(OS_CHROMEOS)
{"download-notification",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698