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

Unified Diff: chrome/browser/ui/translate/translate_bubble_view_state_transition.h

Issue 1983133003: change the value of SET_STATE_OPTIONS back to 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change comments per msw Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/translate/translate_bubble_view_state_transition.h
diff --git a/chrome/browser/ui/translate/translate_bubble_view_state_transition.h b/chrome/browser/ui/translate/translate_bubble_view_state_transition.h
index fd5382d9ae25da0977006e0f71e98dc2023fd893..e946bc3477a56fdf64c6cc6f46a2f349bd6b12e2 100644
--- a/chrome/browser/ui/translate/translate_bubble_view_state_transition.h
+++ b/chrome/browser/ui/translate/translate_bubble_view_state_transition.h
@@ -11,8 +11,9 @@
namespace translate {
enum TranslateBubbleUiEvent {
+ // Start with 1 to match existing UMA value: see http://crbug.com/612558
msw 2016/05/17 21:14:12 nit: values
// The user clicked the advanced option.
- SET_STATE_OPTIONS,
+ SET_STATE_OPTIONS = 1,
// The user clicked "Done" and went back from the advanced option.
LEAVE_STATE_OPTIONS,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698