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

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

Issue 1923143003: Implement the 2016Q2 Translate UI designe spec out in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2nd try - fix test breakages in TranslateUIDelegateTest Created 4 years, 8 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
Index: chrome/browser/ui/translate/translate_bubble_view_state_transition.cc
diff --git a/chrome/browser/ui/translate/translate_bubble_view_state_transition.cc b/chrome/browser/ui/translate/translate_bubble_view_state_transition.cc
index 4b0689e4adf0875e64f49d4cc2f102b3e852149a..b1e1b86443fed8175b1c5299ccfc9e27b54c6c89 100644
--- a/chrome/browser/ui/translate/translate_bubble_view_state_transition.cc
+++ b/chrome/browser/ui/translate/translate_bubble_view_state_transition.cc
@@ -7,19 +7,6 @@
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"
-namespace {
-
-enum TranslateBubbleUiEvent {
- // Bubble enters the options state.
- SET_STATE_OPTIONS = 1,
-
- // Bubble leaves the options state.
- LEAVE_STATE_OPTIONS = 2,
-
- TRANSLATE_BUBBLE_UI_EVENT_MAX
-};
-
-} // namespace
TranslateBubbleViewStateTransition::TranslateBubbleViewStateTransition(
TranslateBubbleModel::ViewState view_state)

Powered by Google App Engine
This is Rietveld 408576698