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

Unified Diff: chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h

Issue 24562006: Cleanup upstreamed Android infobar code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « no previous file | chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h
===================================================================
--- chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h (revision 225273)
+++ chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h (working copy)
@@ -1,6 +1,7 @@
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+
#ifndef CHROME_BROWSER_UI_ANDROID_INFOBARS_AUTO_LOGIN_INFOBAR_DELEGATE_ANDROID_H_
#define CHROME_BROWSER_UI_ANDROID_INFOBARS_AUTO_LOGIN_INFOBAR_DELEGATE_ANDROID_H_
@@ -13,7 +14,7 @@
AutoLoginInfoBarDelegateAndroid(InfoBarService* owner, const Params& params);
virtual ~AutoLoginInfoBarDelegateAndroid();
- // ConfirmInfoBarDelegate:
+ // AutoLoginInfoBarDelegate:
virtual bool Accept() OVERRIDE;
virtual bool Cancel() OVERRIDE;
virtual string16 GetMessageText() const OVERRIDE;
@@ -39,6 +40,5 @@
DISALLOW_COPY_AND_ASSIGN(AutoLoginInfoBarDelegateAndroid);
};
-
#endif // CHROME_BROWSER_UI_ANDROID_INFOBARS_AUTO_LOGIN_INFOBAR_DELEGATE_ANDROID_H_
« no previous file with comments | « no previous file | chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698