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

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

Issue 2929113002: Enable spare RenderProcessHost to be preinitialized. (Closed)
Patch Set: Change creation of storage partition to not break unittests with subtle threading issues Created 3 years, 5 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/test/mock_render_process_host.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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 801ee0954db340355b50a691054e6d9f5fbc391e..007b46f3dd76344aae348945de3f33e3f65ab67b 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -22335,17 +22335,6 @@ uploading your change for review. These are checked by presubmit scripts.
</enum>
<enum name="LoginCustomFlags">
-<!--
-Values in LoginCustomFlags are: value=(uint32_t)MD5(label).
-This enum is verified by AboutFlagsHistogramTest unit test.
-To add a new entry, add it with any unique value and run test to compute valid
-value. After that run tools/metrics/histograms/validate_format.py to find out
-where the value should be inserted to maintain ordering.
-Don't remove entries when removing a flag, they are still used to decode data
-from previous Chrome versions.
--->
-
- <summary>Chrome flags that lead to Chrome restart on Chrome OS.</summary>
<int value="-2146613579" label="V8Future:disabled"/>
<int value="-2143961262" label="D3DVsync:disabled"/>
<int value="-2143328006"
@@ -23002,6 +22991,17 @@ from previous Chrome versions.
<int value="0" label="BAD_FLAG_FORMAT">
Command-line flag doesn't start with two dashes.
</int>
+<!--
+Values in LoginCustomFlags are: value=(uint32_t)MD5(label).
+This enum is verified by AboutFlagsHistogramTest unit test.
+To add a new entry, add it with any unique value and run test to compute valid
+value. After that run tools/metrics/histograms/validate_format.py to find out
+where the value should be inserted to maintain ordering.
+Don't remove entries when removing a flag, they are still used to decode data
+from previous Chrome versions.
+-->
+
+ <summary>Chrome flags that lead to Chrome restart on Chrome OS.</summary>
<int value="7444737" label="NTPSuggestionsStandaloneUI:disabled"/>
<int value="7533886" label="disable-offer-store-unmasked-wallet-cards"/>
<int value="10458238" label="disable-print-preview-simplify"/>
@@ -23256,7 +23256,9 @@ from previous Chrome versions.
<int value="939603162" label="BackgroundLoadingForDownloads:disabled"/>
<int value="941036016" label="ContentSuggestionsSettings:disabled"/>
<int value="943319566" label="enable-intent-picker"/>
+ <int value="946688335" label="OmniboxSpareRenderer:disabled"/>
<int value="952558794" label="enable-remote-assistance"/>
+ <int value="979445973" label="OmniboxSpareRenderer:enabled"/>
<int value="980396200" label="enable-new-korean-ime"/>
<int value="981818901" label="AppBanners:enabled"/>
<int value="982032277" label="NTPOfflineBadge:disabled"/>
« no previous file with comments | « content/public/test/mock_render_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698