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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1646443002: Remove CompressibleStringImpl::s_isPageBackground (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/text/CompressibleString.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b5a898b6df1e8505268736b6a8fad01ac19d7137..b6bc92540685357bac8ec1eabbf82cbc3369ece6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59160,8 +59160,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<enum name="CompressibleStringCountType" type="int">
<int value="0" label="Compressed in a background tab"/>
- <int value="1" label="Decompressed in a background tab"/>
- <int value="2" label="Decompressed in a foreground tab"/>
+ <int value="1" label="Decompressed in a background or a foreground tab"/>
Ilya Sherman 2016/01/28 02:08:03 Generally speaking, we recommend only making backw
</enum>
<enum name="ComputeCurrentSigninStatus" type="int">
« no previous file with comments | « third_party/WebKit/Source/platform/text/CompressibleString.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698