Convert env to a defaultdict in run_executable() to fix other callers of that function.
[chromium-blink-merge.git] / components / data_reduction_proxy / common / data_reduction_proxy_pref_names.h
blob1d7de443ba73a2b5aa18deaacb288c1d7ba03ef6
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_DATA_REDUCTION_PROXY_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H_
6 #define COMPONENTS_DATA_REDUCTION_PROXY_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H_
8 namespace data_reduction_proxy {
9 namespace prefs {
11 // Alphabetical list of preference names specific to the data_reduction_proxy
12 // component. Keep alphabetized, and document each in the .cc file.
14 extern const char kDailyContentLengthHttpsWithDataReductionProxyEnabled[];
15 extern const char kDailyContentLengthLongBypassWithDataReductionProxyEnabled[];
16 extern const char kDailyContentLengthShortBypassWithDataReductionProxyEnabled[];
17 extern const char kDailyContentLengthUnknownWithDataReductionProxyEnabled[];
18 extern const char kDailyContentLengthViaDataReductionProxy[];
19 extern const char kDailyContentLengthWithDataReductionProxyEnabled[];
20 extern const char kDailyHttpContentLengthLastUpdateDate[];
21 extern const char kDailyHttpOriginalContentLength[];
22 extern const char kDailyHttpReceivedContentLength[];
23 extern const char kDailyOriginalContentLengthViaDataReductionProxy[];
24 extern const char kDailyOriginalContentLengthWithDataReductionProxyEnabled[];
25 extern const char kDataReductionProxy[];
26 extern const char kDataReductionProxyEnabled[];
27 extern const char kDataReductionProxyAltEnabled[];
28 extern const char kDataReductionProxyWasEnabledBefore[];
29 extern const char kHttpOriginalContentLength[];
30 extern const char kHttpReceivedContentLength[];
32 } // namespace prefs
33 } // namespace data_reduction_proxy
35 #endif // COMPONENTS_DATA_REDUCTION_PROXY_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H_