Enable wallpaper boot animation for boot into sign in too. Add flag to disable it.

BUG=133279

Review URL: https://chromiumcodereview.appspot.com/10834081

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150005 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ash/shell.cc b/ash/shell.cc
index 805191e..a340aa1 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -137,6 +137,9 @@
   virtual void OnWallpaperAnimationFinished() OVERRIDE {
   }
 
+  virtual void OnWallpaperBootAnimationFinished() OVERRIDE {
+  }
+
  private:
   DISALLOW_COPY_AND_ASSIGN(DummyUserWallpaperDelegate);
 };