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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h

Issue 1286643002: Fix UMA to track video data usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Init prefs in compression stats map Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
index bb228ece5a50621b05fb11be19815ef7dc882e2d..9eda480f83714868f8d9811f87981b86726e3872 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h
@@ -16,12 +16,33 @@ extern const char kDailyContentLengthLongBypassWithDataReductionProxyEnabled[];
extern const char kDailyContentLengthShortBypassWithDataReductionProxyEnabled[];
extern const char kDailyContentLengthUnknownWithDataReductionProxyEnabled[];
extern const char kDailyContentLengthViaDataReductionProxy[];
+extern const char kDailyContentLengthViaDataReductionProxyApplication[];
+extern const char kDailyContentLengthViaDataReductionProxyVideo[];
+extern const char kDailyContentLengthViaDataReductionProxyUnknown[];
extern const char kDailyContentLengthWithDataReductionProxyEnabled[];
+extern const char kDailyContentLengthWithDataReductionProxyEnabledApplication[];
+extern const char kDailyContentLengthWithDataReductionProxyEnabledVideo[];
+extern const char kDailyContentLengthWithDataReductionProxyEnabledUnknown[];
extern const char kDailyHttpContentLengthLastUpdateDate[];
extern const char kDailyHttpOriginalContentLength[];
+extern const char kDailyHttpOriginalContentLengthApplication[];
+extern const char kDailyHttpOriginalContentLengthVideo[];
+extern const char kDailyHttpOriginalContentLengthUnknown[];
extern const char kDailyHttpReceivedContentLength[];
+extern const char kDailyHttpReceivedContentLengthApplication[];
+extern const char kDailyHttpReceivedContentLengthVideo[];
+extern const char kDailyHttpReceivedContentLengthUnknown[];
extern const char kDailyOriginalContentLengthViaDataReductionProxy[];
+extern const char kDailyOriginalContentLengthViaDataReductionProxyApplication[];
+extern const char kDailyOriginalContentLengthViaDataReductionProxyVideo[];
+extern const char kDailyOriginalContentLengthViaDataReductionProxyUnknown[];
extern const char kDailyOriginalContentLengthWithDataReductionProxyEnabled[];
+extern const char
+ kDailyOriginalContentLengthWithDataReductionProxyEnabledApplication[];
+extern const char
+ kDailyOriginalContentLengthWithDataReductionProxyEnabledVideo[];
+extern const char
+ kDailyOriginalContentLengthWithDataReductionProxyEnabledUnknown[];
extern const char kDataReductionProxy[];
extern const char kDataReductionProxyConfig[];
extern const char kDataReductionProxyEnabled[];

Powered by Google App Engine
This is Rietveld 408576698