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

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

Issue 1191453002: Implement "open link as user" context menu entry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 2 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 | « chrome/browser/renderer_context_menu/render_view_context_menu_test_util.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 4ad89840d7a7c55e7aab44b577593e1c0499d7c5..f792d401270bfabe3f3c95ea20bf24e73c4360e2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -69907,6 +69907,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="6" label="Switch to profile via User Manager"/>
<int value="7" label="Switch to locked profile via User Manager"/>
<int value="8" label="Switch to Guest profile"/>
+ <int value="9" label="Switch to profile from context menu"/>
</enum>
<enum name="ProfileSigninStatus" type="int">
@@ -70747,7 +70748,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="65" label="IDC_WRITING_DIRECTION_RTL"/>
<int value="66" label="IDC_CONTENT_CONTEXT_LOAD_ORIGINAL_IMAGE"/>
<int value="67" label="IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD"/>
+ <int value="68" label="IDC_ROUTE_MEDIA"/>
<int value="69" label="IDC_CONTENT_CONTEXT_COPYLINKTEXT"/>
+ <int value="70" label="IDC_CONTENT_CONTEXT_OPENLINKINPROFILE"/>
+ <int value="71" label="IDC_OPEN_LINK_IN_PROFILE_FIRST"/>
</enum>
<enum name="ReportProcessingResult" type="int">
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698