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

Unified Diff: chrome/browser/ui/auto_login_infobar_delegate.h

Issue 235863025: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GYP. 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
« no previous file with comments | « chrome/browser/ui/android/infobars/auto_login_prompter.cc ('k') | chrome/browser/ui/auto_login_prompter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/auto_login_infobar_delegate.h
diff --git a/chrome/browser/ui/auto_login_infobar_delegate.h b/chrome/browser/ui/auto_login_infobar_delegate.h
index 5064b06c90254ec4ff3812a55321773ad4968833..223e90e2fbb10b0f46c5f6bab02b01276c030dcb 100644
--- a/chrome/browser/ui/auto_login_infobar_delegate.h
+++ b/chrome/browser/ui/auto_login_infobar_delegate.h
@@ -18,7 +18,8 @@ class NavigationController;
class WebContents;
}
-// This is the actual infobar displayed to prompt the user to auto-login.
+// This is the actual infobar displayed to prompt the user to auto-login. This
+// class is shared by Android and iOS, but it is not used on desktop.
sky 2014/04/16 21:35:45 Is there a particular reason you need to say this?
class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate,
public SigninManagerBase::Observer {
public:
« no previous file with comments | « chrome/browser/ui/android/infobars/auto_login_prompter.cc ('k') | chrome/browser/ui/auto_login_prompter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698