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

Side by Side Diff: ash/test/test_shell_delegate.cc

Issue 9764012: Restore to user selected wallpaper after browser crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/test/test_shell_delegate.h" 5 #include "ash/test/test_shell_delegate.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "ash/screenshot_delegate.h" 9 #include "ash/screenshot_delegate.h"
10 #include "ash/shell.h" 10 #include "ash/shell.h"
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 LauncherDelegate* TestShellDelegate::CreateLauncherDelegate( 58 LauncherDelegate* TestShellDelegate::CreateLauncherDelegate(
59 ash::LauncherModel* model) { 59 ash::LauncherModel* model) {
60 return NULL; 60 return NULL;
61 } 61 }
62 62
63 SystemTrayDelegate* TestShellDelegate::CreateSystemTrayDelegate( 63 SystemTrayDelegate* TestShellDelegate::CreateSystemTrayDelegate(
64 SystemTray* tray) { 64 SystemTray* tray) {
65 return NULL; 65 return NULL;
66 } 66 }
67 67
68 UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() {
69 return NULL;
70 }
71
68 } // namespace test 72 } // namespace test
69 } // namespace ash 73 } // namespace ash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698