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

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

Issue 10377114: Remove some more OS_CHROMEOS from browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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::OpenFileManager() { 54 void TestShellDelegate::OpenFileManager() {
55 } 55 }
56 56
57 void TestShellDelegate::OpenCrosh() { 57 void TestShellDelegate::OpenCrosh() {
58 } 58 }
59 59
60 void TestShellDelegate::OpenMobileSetup() { 60 void TestShellDelegate::OpenMobileSetup() {
61 } 61 }
62 62
63 void TestShellDelegate::ShowKeyboardOverlay(ui::AcceleratorTarget* target) {
64 }
65
63 content::BrowserContext* TestShellDelegate::GetCurrentBrowserContext() { 66 content::BrowserContext* TestShellDelegate::GetCurrentBrowserContext() {
64 return new TestBrowserContext(); 67 return new TestBrowserContext();
65 } 68 }
66 69
67 void TestShellDelegate::ToggleSpokenFeedback() { 70 void TestShellDelegate::ToggleSpokenFeedback() {
68 } 71 }
69 72
70 app_list::AppListViewDelegate* TestShellDelegate::CreateAppListViewDelegate() { 73 app_list::AppListViewDelegate* TestShellDelegate::CreateAppListViewDelegate() {
71 return NULL; 74 return NULL;
72 } 75 }
(...skipping 13 matching lines...) Expand all
86 SystemTray* tray) { 89 SystemTray* tray) {
87 return NULL; 90 return NULL;
88 } 91 }
89 92
90 UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() { 93 UserWallpaperDelegate* TestShellDelegate::CreateUserWallpaperDelegate() {
91 return NULL; 94 return NULL;
92 } 95 }
93 96
94 } // namespace test 97 } // namespace test
95 } // namespace ash 98 } // namespace ash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698