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

Unified Diff: chrome/browser/about_flags.cc

Issue 11571025: Initial CL for Downloads resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments. Created 7 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 4590ca1559457911100098daf2b58ac0d43f8128..e6618564396b6a5432dc2b48c320d67784190638 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -826,6 +826,13 @@ const Experiment kExperiments[] = {
},
#endif
{
+ "enable-download-restarts",
benjhayden 2013/01/08 16:41:17 restarts or resumption?
Randy Smith (Not in Mondays) 2013/01/09 22:34:37 Done.
+ 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