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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2958303002: [Sync] Maintain a global_id mapping to update UserEvents that references navigations (Closed)
Patch Set: Actually save global_id_mapper.h changes 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index ef099c51ccefca9f039a6386d2a144595ea9e6e5..9741c0702b198a95c41bf74bde80c629d2f8f6bc 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -35843,6 +35843,12 @@ from previous Chrome versions.
<int value="3" label="Disabled"/>
</enum>
+<enum name="SyncGlobalIdConflict">
+ <int value="0" label="Conflict"/>
+ <int value="1" label="No conflict, new global id"/>
+ <int value="2" label="No conflict, same global and unique id pair"/>
+</enum>
+
<enum name="SyncInitialState">
<int value="0" label="Can attempt to start"/>
<int value="1" label="No signed in user"/>

Powered by Google App Engine
This is Rietveld 408576698