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

Unified Diff: chrome/browser/about_flags.cc

Issue 10831302: Download resumption - Preliminary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed content unit tests. Created 8 years, 2 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 996a04ddce8740586ceb48cd2ef1b94feb44abe2..7a6b0e7998ea7c3c721328cb98e3abfe7d74478d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -734,6 +734,13 @@ const Experiment kExperiments[] = {
},
#endif
{
+ "enable-download-restarts",
+ IDS_FLAGS_ENABLE_DOWNLOAD_RESUMPTION_NAME,
+ IDS_FLAGS_ENABLE_DOWNLOAD_RESUMPTION_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableDownloadResumption)
+ },
+ {
"allow-nacl-socket-api",
IDS_FLAGS_ALLOW_NACL_SOCKET_API_NAME,
IDS_FLAGS_ALLOW_NACL_SOCKET_API_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698