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

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

Issue 2108833002: Remove Simplify Page option from Print Preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark histogram entries as unused Created 4 years, 6 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 | « printing/print_job_constants.cc ('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 4b07c1f8c837bc8f48ae2af2b5dbfb3aedc5d863..aa903ae5fc7f014d30b3863c9744106687493e6e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86134,7 +86134,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="FALLBACK_TO_ADVANCED_SETTINGS_DIALOG"/>
<int value="4" label="PREVIEW_FAILED"/>
<int value="5" label="PREVIEW_STARTED"/>
- <int value="6" label="INITIATOR_TAB_CRASHED"/>
+ <int value="6" label="INITIATOR_TAB_CRASHED_UNUSED"/>
<int value="7" label="INITIATOR_TAB_CLOSED"/>
<int value="8" label="PRINT_WITH_CLOUD_PRINT"/>
<int value="9" label="PRINT_WITH_PRIVET"/>
@@ -86159,7 +86159,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="14" label="NON_DEFAULT_MEDIA"/>
<int value="15" label="COPIES"/>
<int value="16" label="NON_DEFAULT_MARGINS"/>
- <int value="17" label="DISTILL_PAGE"/>
+ <int value="17" label="DISTILL_PAGE_UNUSED"/>
</enum>
<enum name="PrivetNotificationsEvent" type="int">
« no previous file with comments | « printing/print_job_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698