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

Unified Diff: content/public/common/content_features.h

Issue 1538933002: Enable download resumption by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: content/public/common/content_features.h
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
index 00b71c9111c5e776607593219a2bde0a0296a057..67d1954454eb628b1fca88b8e5595a847c0202bc 100644
--- a/content/public/common/content_features.h
+++ b/content/public/common/content_features.h
@@ -8,12 +8,14 @@
#ifndef CONTENT_PUBLIC_COMMON_CONTENT_FEATURES_H_
#define CONTENT_PUBLIC_COMMON_CONTENT_FEATURES_H_
-#include "build/build_config.h"
#include "base/feature_list.h"
+#include "build/build_config.h"
#include "content/common/content_export.h"
namespace content {
+CONTENT_EXPORT extern const base::Feature kDownloadResumptionFeature;
+
#if defined(OS_ANDROID)
// FeatureList definition for the Seccomp field trial.
CONTENT_EXPORT extern const base::Feature kSeccompSandboxAndroidFeature;

Powered by Google App Engine
This is Rietveld 408576698