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

Unified Diff: chrome/browser/ui/android/infobars/infobar_container_android.cc

Issue 182253004: Remove desktop auto-login since we don't plan on shipping it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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/android/infobars/infobar_container_android.cc
diff --git a/chrome/browser/ui/android/infobars/infobar_container_android.cc b/chrome/browser/ui/android/infobars/infobar_container_android.cc
index 6a89bc37c01a5133053a81549a91af90c6142857..8e1039aca876508be63da022ec63def3171b093a 100644
--- a/chrome/browser/ui/android/infobars/infobar_container_android.cc
+++ b/chrome/browser/ui/android/infobars/infobar_container_android.cc
@@ -10,7 +10,7 @@
#include "chrome/browser/infobars/infobar.h"
#include "chrome/browser/infobars/infobar_delegate.h"
#include "chrome/browser/infobars/infobar_service.h"
-#include "chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h"
+#include "chrome/browser/ui/android/infobars/auto_login_infobar_delegate.h"
#include "chrome/browser/ui/android/infobars/infobar_android.h"
#include "content/public/browser/web_contents.h"
#include "jni/InfoBarContainer_jni.h"
@@ -48,8 +48,8 @@ void InfoBarContainerAndroid::PlatformSpecificAddInfoBar(InfoBar* infobar,
}
if (infobar->delegate()->AsAutoLoginInfoBarDelegate()) {
- AutoLoginInfoBarDelegateAndroid* auto_login_delegate =
- static_cast<AutoLoginInfoBarDelegateAndroid*>(
+ AutoLoginInfoBarDelegate* auto_login_delegate =
+ static_cast<AutoLoginInfoBarDelegate*>(
infobar->delegate()->AsAutoLoginInfoBarDelegate());
if (!auto_login_delegate->AttachAccount(weak_java_auto_login_delegate_))
return;
« no previous file with comments | « chrome/browser/ui/android/infobars/auto_login_prompter.cc ('k') | chrome/browser/ui/auto_login_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698