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

Unified Diff: chrome/browser/ui/views/profiles/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/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 833e2a42d5087065836580fd946090082eb22001..8a040e636536b5da7d0176dc843f3bda9e9b0d61 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/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