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

Unified Diff: chrome/browser/ui/app_list/chrome_signin_delegate.cc

Issue 22825025: Remove SigninDelegateObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove from gyp file Created 7 years, 4 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/app_list/chrome_signin_delegate.h ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/chrome_signin_delegate.cc
diff --git a/chrome/browser/ui/app_list/chrome_signin_delegate.cc b/chrome/browser/ui/app_list/chrome_signin_delegate.cc
index e74ca6f454a200a1a7c6438f7e25431b68b7fe7b..e7d0aa4228316f8fb225b152f41c6c7d1d61aaa0 100644
--- a/chrome/browser/ui/app_list/chrome_signin_delegate.cc
+++ b/chrome/browser/ui/app_list/chrome_signin_delegate.cc
@@ -18,7 +18,6 @@
#include "content/public/common/page_transition_types.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
-#include "ui/app_list/signin_delegate_observer.h"
#include "ui/base/resource/resource_bundle.h"
namespace {
@@ -49,8 +48,6 @@ bool ChromeSigninDelegate::NeedSignin() {
void ChromeSigninDelegate::ShowSignin() {
DCHECK(profile_);
- signin_tracker_.reset(new SigninTracker(profile_, this));
-
Browser* browser = FindOrCreateTabbedBrowser(profile_,
chrome::GetActiveDesktop());
chrome::ShowBrowserSignin(browser, signin::SOURCE_APP_LAUNCHER);
@@ -101,9 +98,3 @@ string16 ChromeSigninDelegate::GetSettingsLinkText() {
}
ChromeSigninDelegate::~ChromeSigninDelegate() {}
-
-void ChromeSigninDelegate::SigninFailed(const GoogleServiceAuthError& error) {}
-
-void ChromeSigninDelegate::SigninSuccess() {
- NotifySigninSuccess();
-}
« no previous file with comments | « chrome/browser/ui/app_list/chrome_signin_delegate.h ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698