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

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

Issue 2630583002: Add setting to isolate zoom changes by default. (Closed)
Patch Set: ... and tell closure_compiler. Created 3 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 | « content/public/browser/host_zoom_map.h ('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 e2f5293bb650a848e197ccb3512d3f6fa4447f78..adc9579d689ae887563e92d84d00135e0ca72d18 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -62929,6 +62929,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Settings.ZoomScopeIsPerOrigin" enum="BooleanEnabled">
+ <owner>mcnee@chromium.org</owner>
+ <summary>
+ The zoom scope setting used in a profile's default storage partition. When
+ enabled, zooming is done on a per-origin basis. When disabled, zooming is
+ done on a per-tab basis. This is recorded during creation of the default
+ storage partiion.
+ </summary>
+</histogram>
+
<histogram name="SettingsAppMonitor.InitializationResult" enum="BooleanSuccess">
<owner>grt@chromium.org</owner>
<summary>
« no previous file with comments | « content/public/browser/host_zoom_map.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698