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

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

Issue 2118593002: mash: Migrate ShellDelegate ownership and access to WmShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 5 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_keyboard_ui.h" 5 #include "ash/test/test_keyboard_ui.h"
6 6
7 #include "ash/shell.h" 7 #include "ash/shell.h"
8 #include "ash/shell_delegate.h"
9 #include "ash/wm/window_util.h" 8 #include "ash/wm/window_util.h"
10 #include "ui/aura/window.h" 9 #include "ui/aura/window.h"
11 #include "ui/aura/window_tree_host.h" 10 #include "ui/aura/window_tree_host.h"
12 #include "ui/base/ime/mock_input_method.h" 11 #include "ui/base/ime/mock_input_method.h"
13 12
14 namespace ash { 13 namespace ash {
15 14
16 TestKeyboardUI::TestKeyboardUI() {} 15 TestKeyboardUI::TestKeyboardUI() {}
17 TestKeyboardUI::~TestKeyboardUI() {} 16 TestKeyboardUI::~TestKeyboardUI() {}
18 17
(...skipping 19 matching lines...) Expand all
38 : Shell::GetPrimaryRootWindow(); 37 : Shell::GetPrimaryRootWindow();
39 return root_window->GetHost()->GetInputMethod(); 38 return root_window->GetHost()->GetInputMethod();
40 } 39 }
41 40
42 void TestKeyboardUI::SetUpdateInputType(ui::TextInputType type) {} 41 void TestKeyboardUI::SetUpdateInputType(ui::TextInputType type) {}
43 void TestKeyboardUI::ReloadKeyboardIfNeeded() {} 42 void TestKeyboardUI::ReloadKeyboardIfNeeded() {}
44 void TestKeyboardUI::InitInsets(const gfx::Rect& keyboard_bounds) {} 43 void TestKeyboardUI::InitInsets(const gfx::Rect& keyboard_bounds) {}
45 void TestKeyboardUI::ResetInsets() {} 44 void TestKeyboardUI::ResetInsets() {}
46 45
47 } // namespace ash 46 } // namespace ash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698