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

Unified Diff: chrome/browser/ui/views/toolbar/browser_actions_container.h

Issue 1246643004: [Extensions UI] Highlight toolbar extensions when the redesign bubble is active (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/toolbar/browser_actions_container.h
diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h
index 23e4fa7dcc5b249d8456b03037ea4914194d8628..d07cb2f77434f99b92fdb2dec69a37619c486d92 100644
--- a/chrome/browser/ui/views/toolbar/browser_actions_container.h
+++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h
@@ -232,6 +232,7 @@ class BrowserActionsContainer
bool ShownInsideMenu() const override;
void OnToolbarActionViewDragDone() override;
views::MenuButton* GetOverflowReferenceView() override;
+ void OnMouseEnteredToolbarActionView() override;
// ToolbarActionsBarDelegate:
void AddViewForAction(ToolbarActionViewController* action,
@@ -314,7 +315,8 @@ class BrowserActionsContainer
ChevronMenuButton* chevron_;
// The painter used when we are highlighting a subset of extensions.
- scoped_ptr<views::Painter> highlight_painter_;
+ scoped_ptr<views::Painter> info_highlight_painter_;
+ scoped_ptr<views::Painter> warning_highlight_painter_;
// The animation that happens when the container snaps to place.
scoped_ptr<gfx::SlideAnimation> resize_animation_;
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_actions_bar.cc ('k') | chrome/browser/ui/views/toolbar/browser_actions_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698