summaryrefslogtreecommitdiff
path: root/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h')
-rw-r--r--chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h b/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
deleted file mode 100644
index 7b546030c92..00000000000
--- a/chromium/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2014 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.
-
-#ifndef COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H_
-#define COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H_
-
-namespace data_reduction_proxy {
-namespace prefs {
-
-// Alphabetical list of preference names specific to the data_reduction_proxy
-// component. Keep alphabetized, and document each in the .cc file.
-
-extern const char kDailyHttpContentLengthLastUpdateDate[];
-extern const char kDailyHttpOriginalContentLength[];
-extern const char kDailyHttpReceivedContentLength[];
-
-extern const char kDataSaverEnabled[];
-extern const char kDataUsageReportingEnabled[];
-extern const char kDataReductionProxyWasEnabledBefore[];
-extern const char kDataReductionProxyLastEnabledTime[];
-extern const char kHttpOriginalContentLength[];
-extern const char kHttpReceivedContentLength[];
-
-extern const char kThisWeekNumber[];
-extern const char kThisWeekServicesDownstreamBackgroundKB[];
-extern const char kThisWeekServicesDownstreamForegroundKB[];
-extern const char kLastWeekServicesDownstreamBackgroundKB[];
-extern const char kLastWeekServicesDownstreamForegroundKB[];
-extern const char kThisWeekUserTrafficContentTypeDownstreamKB[];
-extern const char kLastWeekUserTrafficContentTypeDownstreamKB[];
-
-} // namespace prefs
-} // namespace data_reduction_proxy
-
-#endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H_