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

Unified Diff: chrome/browser/renderer_context_menu/render_view_context_menu.cc

Issue 1398373004: Correct histogram enum id for IDC_CONTENT_CONTEXT_SAVEAVAS in context menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add enum value for "Save media as" 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_context_menu/render_view_context_menu.cc
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu.cc b/chrome/browser/renderer_context_menu/render_view_context_menu.cc
index 58c38603bc9b9e6ae64344d07ccfbd529ca08126..0c31d5980e1c402c30a375848501ef6917f0f975 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu.cc
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu.cc
@@ -183,7 +183,7 @@ const struct UmaEnumCommandIdPair {
{4, 15, IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW},
{5, 1, IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD},
{6, 5, IDC_CONTENT_CONTEXT_SAVELINKAS},
- {7, 17, IDC_CONTENT_CONTEXT_SAVEAVAS},
+ {7, 18, IDC_CONTENT_CONTEXT_SAVEAVAS},
{8, 6, IDC_CONTENT_CONTEXT_SAVEIMAGEAS},
{9, 2, IDC_CONTENT_CONTEXT_COPYLINKLOCATION},
{10, 10, IDC_CONTENT_CONTEXT_COPYIMAGELOCATION},
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698