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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1407933008: Revert "mac: Run A/B experiment on SharedMemory mechanism for resource buffers." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/browser/loader/resource_buffer.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 7081e03d8b924d326cc15afbdec95e2333a2e8f4..e1f8af3b70289728eae8f471126fa6558b387e88 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30021,15 +30021,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="OSX.SharedMemory.Mechanism" enum="OSXSharedMemoryMechanism">
- <owner>erikchen@chromium.org</owner>
- <summary>
- A histogram entry is emitted each time a base::SharedMemory object is
- constructed. The value of the entry indicates the mechanism used to back the
- shared memory region.
- </summary>
-</histogram>
-
<histogram name="OSX.SystemHotkeyMap.LoadSuccess" enum="BooleanSuccess">
<owner>erikchen@chromium.org</owner>
<summary>
@@ -67956,15 +67947,6 @@ To add a new entry, add it with any value and run test to compute valid value.
</int>
</enum>
-<enum name="OSXSharedMemoryMechanism" type="int">
- <int value="0" label="POSIX">
- The shared memory region is backed by a POSIX fd.
- </int>
- <int value="1" label="MACH">
- The shared memory region is backed by a Mach memory object.
- </int>
-</enum>
-
<enum name="OtherPossibleUsernamesUsage" type="int">
<int value="0" label="Nothing to Autofill"/>
<int value="1" label="No other possible usernames"/>
« no previous file with comments | « content/browser/loader/resource_buffer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698