Chromium Code Reviews| 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: |