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

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

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 <limits> 7 #include <limits>
8 8
9 #include "ash/caps_lock_delegate_stub.h" 9 #include "ash/caps_lock_delegate_stub.h"
10 #include "ash/default_accessibility_delegate.h" 10 #include "ash/default_accessibility_delegate.h"
11 #include "ash/host/root_window_host_factory.h" 11 #include "ash/host/root_window_host_factory.h"
12 #include "ash/keyboard_controller_proxy_stub.h"
13 #include "ash/media_delegate.h" 12 #include "ash/media_delegate.h"
14 #include "ash/new_window_delegate.h" 13 #include "ash/new_window_delegate.h"
15 #include "ash/session_state_delegate.h" 14 #include "ash/session_state_delegate.h"
16 #include "ash/shell.h" 15 #include "ash/shell.h"
16 #include "ash/shell/keyboard_controller_proxy_stub.h"
17 #include "ash/shell_window_ids.h" 17 #include "ash/shell_window_ids.h"
18 #include "ash/test/test_launcher_delegate.h" 18 #include "ash/test/test_launcher_delegate.h"
19 #include "ash/test/test_session_state_delegate.h" 19 #include "ash/test/test_session_state_delegate.h"
20 #include "ash/test/test_system_tray_delegate.h" 20 #include "ash/test/test_system_tray_delegate.h"
21 #include "ash/test/test_user_wallpaper_delegate.h" 21 #include "ash/test/test_user_wallpaper_delegate.h"
22 #include "ash/wm/window_state.h" 22 #include "ash/wm/window_state.h"
23 #include "ash/wm/window_util.h" 23 #include "ash/wm/window_util.h"
24 #include "base/logging.h" 24 #include "base/logging.h"
25 #include "content/public/test/test_browser_context.h" 25 #include "content/public/test/test_browser_context.h"
26 #include "ui/aura/window.h" 26 #include "ui/aura/window.h"
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 base::string16 TestShellDelegate::GetProductName() const { 151 base::string16 TestShellDelegate::GetProductName() const {
152 return base::string16(); 152 return base::string16();
153 } 153 }
154 154
155 TestSessionStateDelegate* TestShellDelegate::test_session_state_delegate() { 155 TestSessionStateDelegate* TestShellDelegate::test_session_state_delegate() {
156 return test_session_state_delegate_; 156 return test_session_state_delegate_;
157 } 157 }
158 158
159 } // namespace test 159 } // namespace test
160 } // namespace ash 160 } // namespace ash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698