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

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: 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/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.
class AutoLoginInfoBarDelegate : public ConfirmInfoBarDelegate,
public SigninManagerBase::Observer {
public:

Powered by Google App Engine
This is Rietveld 408576698