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

Unified Diff: chrome/browser/ui/views/infobars/confirm_infobar.h

Issue 14175017: Remove one-click signin inforbar, since its now replaced with the gaia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 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/infobars/confirm_infobar.h
diff --git a/chrome/browser/ui/views/infobars/confirm_infobar.h b/chrome/browser/ui/views/infobars/confirm_infobar.h
index cc11c5bc6dc52b931504e88fc74cda48ee9a7599..74a615e1d64b14557416f8df6f71a91108e07b47 100644
--- a/chrome/browser/ui/views/infobars/confirm_infobar.h
+++ b/chrome/browser/ui/views/infobars/confirm_infobar.h
@@ -24,14 +24,9 @@ class ConfirmInfoBar : public InfoBarView,
public:
ConfirmInfoBar(InfoBarService* owner, ConfirmInfoBarDelegate* delegate);
- protected:
- // TODO(rogerta): These only need to be protected due to the
- // OneClickLoginInfoBar experiment and can be made private once that's
- // removed.
+ private:
virtual ~ConfirmInfoBar();
- views::LabelButton* ok_button() { return ok_button_; }
-
// InfoBarView:
virtual void Layout() OVERRIDE;
virtual void ViewHierarchyChanged(bool is_add,
@@ -44,7 +39,6 @@ class ConfirmInfoBar : public InfoBarView,
// views::LinkListener:
virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
- private:
ConfirmInfoBarDelegate* GetDelegate();
views::Label* label_;
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_infobar_delegate.cc ('k') | chrome/browser/ui/views/infobars/infobar_background.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698