| 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_CORE_COMMON_DATA_REDUCTION_PROXY_PREF_NA
MES_H_ | 5 #ifndef COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF_NA
MES_H_ |
| 6 #define COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF_NA
MES_H_ | 6 #define COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF_NA
MES_H_ |
| 7 | 7 |
| 8 namespace data_reduction_proxy { | 8 namespace data_reduction_proxy { |
| 9 namespace prefs { | 9 namespace prefs { |
| 10 | 10 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 kDailyOriginalContentLengthWithDataReductionProxyEnabledApplication[]; | 41 kDailyOriginalContentLengthWithDataReductionProxyEnabledApplication[]; |
| 42 extern const char | 42 extern const char |
| 43 kDailyOriginalContentLengthWithDataReductionProxyEnabledVideo[]; | 43 kDailyOriginalContentLengthWithDataReductionProxyEnabledVideo[]; |
| 44 extern const char | 44 extern const char |
| 45 kDailyOriginalContentLengthWithDataReductionProxyEnabledUnknown[]; | 45 kDailyOriginalContentLengthWithDataReductionProxyEnabledUnknown[]; |
| 46 extern const char kDataReductionProxy[]; | 46 extern const char kDataReductionProxy[]; |
| 47 extern const char kDataReductionProxyConfig[]; | 47 extern const char kDataReductionProxyConfig[]; |
| 48 extern const char kDataUsageReportingEnabled[]; | 48 extern const char kDataUsageReportingEnabled[]; |
| 49 extern const char kDataReductionProxyWasEnabledBefore[]; | 49 extern const char kDataReductionProxyWasEnabledBefore[]; |
| 50 extern const char kDataReductionProxyLastEnabledTime[]; | 50 extern const char kDataReductionProxyLastEnabledTime[]; |
| 51 extern const char kDataReductionProxySavingsClearedNegativeSystemClock[]; |
| 51 extern const char kHttpOriginalContentLength[]; | 52 extern const char kHttpOriginalContentLength[]; |
| 52 extern const char kHttpReceivedContentLength[]; | 53 extern const char kHttpReceivedContentLength[]; |
| 53 extern const char kLoFiImplicitOptOutEpoch[]; | 54 extern const char kLoFiImplicitOptOutEpoch[]; |
| 54 extern const char kLoFiUIShownPerSession[]; | 55 extern const char kLoFiUIShownPerSession[]; |
| 55 extern const char kLoFiLoadImagesPerSession[]; | 56 extern const char kLoFiLoadImagesPerSession[]; |
| 56 extern const char kLoFiConsecutiveSessionDisables[]; | 57 extern const char kLoFiConsecutiveSessionDisables[]; |
| 57 extern const char kLoFiWasUsedThisSession[]; | 58 extern const char kLoFiWasUsedThisSession[]; |
| 58 extern const char kSimulatedConfigRetrieveTime[]; | 59 extern const char kSimulatedConfigRetrieveTime[]; |
| 59 | 60 |
| 60 } // namespace prefs | 61 } // namespace prefs |
| 61 } // namespace data_reduction_proxy | 62 } // namespace data_reduction_proxy |
| 62 | 63 |
| 63 #endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF
_NAMES_H_ | 64 #endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_PREF
_NAMES_H_ |
| OLD | NEW |