commit | 8b04a165e58cc46a6a0621619ac8a78350daac25 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Aug 04 02:59:49 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Aug 04 02:59:49 2012 |
tree | be156ee91bd8194c4fbbdd548412244bd03baa5c | |
parent | 47b7d4b321c090d77ced65c8e3fa25cbb15ee3e8 [diff] [blame] |
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); };