| Index: ui/aura/test/aura_test_utils.h
|
| diff --git a/ui/aura/test/aura_test_utils.h b/ui/aura/test/aura_test_utils.h
|
| index 516a83cf36be8946f6769cd0a061e906794f84be..b7e5c55bba5bdb4427f8be79941e0936ba7f14bd 100644
|
| --- a/ui/aura/test/aura_test_utils.h
|
| +++ b/ui/aura/test/aura_test_utils.h
|
| @@ -22,6 +22,7 @@ namespace test {
|
| const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host);
|
| void SetHostDispatcher(WindowTreeHost* host,
|
| std::unique_ptr<WindowEventDispatcher> dispatcher);
|
| +void DisableIME(WindowTreeHost* host);
|
|
|
| } // namespace test
|
| } // namespace aura
|
|
|