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

Unified Diff: chrome/browser/ui/toolbar/toolbar_actions_bar_observer.h

Issue 1724733002: Show a warning bubble when the IME extension is activated. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix patch conflict. Created 4 years, 9 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 | « chrome/browser/ui/toolbar/toolbar_actions_bar.cc ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/toolbar/toolbar_actions_bar_observer.h
diff --git a/chrome/browser/ui/toolbar/toolbar_actions_bar_observer.h b/chrome/browser/ui/toolbar/toolbar_actions_bar_observer.h
index 63e78adaae0e93eb20c901c7452b5874262dda91..d65f17a90d18a6c5e4379acbc021a0f972413a29 100644
--- a/chrome/browser/ui/toolbar/toolbar_actions_bar_observer.h
+++ b/chrome/browser/ui/toolbar/toolbar_actions_bar_observer.h
@@ -17,6 +17,9 @@ class ToolbarActionsBarObserver {
// often animated, chances are the bar did not finish resizing).
virtual void OnToolbarActionsBarDidStartResize() {}
+ // Called when the delegate of the toolbar actions bar finishes animating.
+ virtual void OnToolbarActionsBarAnimationEnded() {}
+
virtual ~ToolbarActionsBarObserver() {}
};
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_actions_bar.cc ('k') | chrome/browser/ui/views/frame/browser_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698