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

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: Rebase 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 2e2923e1e29f2cd0b7e8219109bfc5e72f69881c..1ad63cdad04777342d95ec5fcda849c8198a623b 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -36420,6 +36420,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