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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 476763007: [Win] Add tab and keyboard navigation to the new avatar bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/profiles/profile_chooser_view.h
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
index 87708af3616bbfb7ee9c98e401ec1db92f513e0f..94a9e3a9f56e9e1ecbc3c68be03b7aaf8d2fe5dd 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -96,7 +96,7 @@ class ProfileChooserView : public views::BubbleDelegateView,
// views::LinkListener:
virtual void LinkClicked(views::Link* sender, int event_flags) OVERRIDE;
- // views::StyledLabelListener implementation.
+ // views::StyledLabelListener:
virtual void StyledLabelLinkClicked(
const gfx::Range& range, int event_flags) OVERRIDE;
@@ -104,6 +104,9 @@ class ProfileChooserView : public views::BubbleDelegateView,
virtual bool HandleKeyEvent(views::Textfield* sender,
const ui::KeyEvent& key_event) OVERRIDE;
+ // views::View:
+ bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
+
// AvatarMenuObserver:
virtual void OnAvatarMenuChanged(AvatarMenu* avatar_menu) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698