Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: components/data_reduction_proxy/common/data_reduction_proxy_pref_names.h

Issue 652743004: Migrate data reduction proxy statistics prefs to profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698