From 9f584e6a7f828816c9c6c0ba0ee822eb01fc3a06 Mon Sep 17 00:00:00 2001
From: "jochen@chromium.org"
 <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Fri, 25 Jan 2013 13:11:30 +0000
Subject: Revert 178795

Speculative revert to see whether this is responsible for CaptivePortalBrowserTest failures.

Tests are failing because there are more navigations happening than expected.


> Added signin support for the app launcher.
>
> This prompts the user to sign in if the app launcher is shown and there is no authenticated user in the Chrome profile. This does not happen on ChromeOS.
>
> BUG=159733
>
>
> Review URL: https://chromiumcodereview.appspot.com/12044002

TBR=benwells@chromium.org
Review URL: https://codereview.chromium.org/12052077

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178816 0039d316-1c4b-4281-b951-d872f2087c98
---
 ash/shell/app_list.cc | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'ash/shell')

diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index 59f79f2..daaa486 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -227,10 +227,6 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
     DecorateSearchBox(model_->search_box());
   }
 
-  virtual app_list::SigninDelegate* GetSigninDelegate() OVERRIDE {
-    return NULL;
-  }
-
   virtual void ActivateAppListItem(app_list::AppListItemModel* item,
                                    int event_flags) OVERRIDE {
     static_cast<WindowTypeLauncherItem*>(item)->Activate(event_flags);
-- 
cgit v1.1