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

Unified Diff: chrome/browser/ui/views/translate/translate_bubble_view.h

Issue 1759453002: Convert location bar bubble delegates to bubble dialog delegates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile errs Created 4 years, 10 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/views/translate/translate_bubble_view.h
diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.h b/chrome/browser/ui/views/translate/translate_bubble_view.h
index 7981edd5da6e20c92db9489b8a6ad98232d5d34c..fbde1fd9d45f5040637b15ce80328dd6a6fe4ac3 100644
--- a/chrome/browser/ui/views/translate/translate_bubble_view.h
+++ b/chrome/browser/ui/views/translate/translate_bubble_view.h
@@ -65,8 +65,8 @@ class TranslateBubbleView : public LocationBarBubbleDelegateView,
translate::TranslateErrors::Type error_type,
DisplayReason reason);
- // Closes the current bubble if existing.
- static void CloseBubble();
+ // Closes the current bubble if it exists.
+ static void CloseCurrentBubble();
// Returns the bubble view currently shown. This may return NULL.
static TranslateBubbleView* GetCurrentBubble();

Powered by Google App Engine
This is Rietveld 408576698