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

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

Issue 10456045: Refactored mobile activation engine outside of WebUI handler in order to expose its state to other … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 void TestShellDelegate::Search() { 54 void TestShellDelegate::Search() {
55 } 55 }
56 56
57 void TestShellDelegate::OpenFileManager() { 57 void TestShellDelegate::OpenFileManager() {
58 } 58 }
59 59
60 void TestShellDelegate::OpenCrosh() { 60 void TestShellDelegate::OpenCrosh() {
61 } 61 }
62 62
63 void TestShellDelegate::OpenMobileSetup() { 63 void TestShellDelegate::OpenMobileSetup(const std::string& service_path) {
64 } 64 }
65 65
66 void TestShellDelegate::RestoreTab() { 66 void TestShellDelegate::RestoreTab() {
67 } 67 }
68 68
69 void TestShellDelegate::ShowKeyboardOverlay() { 69 void TestShellDelegate::ShowKeyboardOverlay() {
70 } 70 }
71 71
72 void TestShellDelegate::ShowTaskManager() { 72 void TestShellDelegate::ShowTaskManager() {
73 } 73 }
(...skipping 28 matching lines...) Expand all
102 UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() { 102 UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() {
103 return NULL; 103 return NULL;
104 } 104 }
105 105
106 aura::client::UserActionClient* TestShellDelegate::CreateUserActionClient() { 106 aura::client::UserActionClient* TestShellDelegate::CreateUserActionClient() {
107 return NULL; 107 return NULL;
108 } 108 }
109 109
110 } // namespace test 110 } // namespace test
111 } // namespace ash 111 } // namespace ash
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/browser/chromeos/cros/network_library_impl_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698