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

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

Issue 225963004: Adds a settings link to account removal UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 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/views/profile_chooser_view.h
diff --git a/chrome/browser/ui/views/profile_chooser_view.h b/chrome/browser/ui/views/profile_chooser_view.h
index b697d0db63a2e03c8fd560098354de914b14249a..bef0840b5d340ac8bd9d5cb076c1118fcba6dfee 100644
--- a/chrome/browser/ui/views/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profile_chooser_view.h
@@ -41,6 +41,7 @@ class ProfileChooserView : public views::BubbleDelegateView,
public views::ButtonListener,
public views::LinkListener,
public views::MenuButtonListener,
+ public views::StyledLabelListener,
public views::TextfieldController,
public AvatarMenuObserver,
public OAuth2TokenService::Observer {
@@ -108,6 +109,11 @@ class ProfileChooserView : public views::BubbleDelegateView,
// views::MenuButtonListener:
virtual void OnMenuButtonClicked(views::View* source,
const gfx::Point& point) OVERRIDE;
+
+ // views::StyledLabelListener implementation.
+ virtual void StyledLabelLinkClicked(
+ const gfx::Range& range, int event_flags) OVERRIDE;
+
// views::TextfieldController:
virtual bool HandleKeyEvent(views::Textfield* sender,
const ui::KeyEvent& key_event) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698