summaryrefslogtreecommitdiff
path: root/chromium/components/download/public/features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/download/public/features.cc')
-rw-r--r--chromium/components/download/public/features.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/components/download/public/features.cc b/chromium/components/download/public/features.cc
new file mode 100644
index 00000000000..f254f230c99
--- /dev/null
+++ b/chromium/components/download/public/features.cc
@@ -0,0 +1,12 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/download/public/features.h"
+
+namespace download {
+
+const base::Feature kDownloadServiceFeature{"DownloadService",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
+} // namespace download