OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef COMPONENTS_DATA_REDUCTION_PROXY_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H
_ | 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
_ | 6 #define COMPONENTS_DATA_REDUCTION_PROXY_COMMON_DATA_REDUCTION_PROXY_PREF_NAMES_H
_ |
7 | 7 |
8 namespace data_reduction_proxy { | 8 namespace data_reduction_proxy { |
9 namespace prefs { | 9 namespace prefs { |
10 | 10 |
(...skipping 10 matching lines...) Expand all Loading... |
21 extern const char kDailyHttpOriginalContentLength[]; | 21 extern const char kDailyHttpOriginalContentLength[]; |
22 extern const char kDailyHttpReceivedContentLength[]; | 22 extern const char kDailyHttpReceivedContentLength[]; |
23 extern const char kDailyOriginalContentLengthViaDataReductionProxy[]; | 23 extern const char kDailyOriginalContentLengthViaDataReductionProxy[]; |
24 extern const char kDailyOriginalContentLengthWithDataReductionProxyEnabled[]; | 24 extern const char kDailyOriginalContentLengthWithDataReductionProxyEnabled[]; |
25 extern const char kDataReductionProxy[]; | 25 extern const char kDataReductionProxy[]; |
26 extern const char kDataReductionProxyEnabled[]; | 26 extern const char kDataReductionProxyEnabled[]; |
27 extern const char kDataReductionProxyAltEnabled[]; | 27 extern const char kDataReductionProxyAltEnabled[]; |
28 extern const char kDataReductionProxyWasEnabledBefore[]; | 28 extern const char kDataReductionProxyWasEnabledBefore[]; |
29 extern const char kHttpOriginalContentLength[]; | 29 extern const char kHttpOriginalContentLength[]; |
30 extern const char kHttpReceivedContentLength[]; | 30 extern const char kHttpReceivedContentLength[]; |
| 31 extern const char kStatisticsPrefsMigrated[]; |
31 | 32 |
32 } // namespace prefs | 33 } // namespace prefs |
33 } // namespace data_reduction_proxy | 34 } // namespace data_reduction_proxy |
34 | 35 |
35 #endif // COMPONENTS_DATA_REDUCTION_PROXY_COMMON_DATA_REDUCTION_PROXY_PREF_NAME
S_H_ | 36 #endif // COMPONENTS_DATA_REDUCTION_PROXY_COMMON_DATA_REDUCTION_PROXY_PREF_NAME
S_H_ |
OLD | NEW |