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

Unified Diff: ash/root_window_controller_unittest.cc

Issue 29943002: Limit display of the virtual keyboard to state changes triggered from a user gesture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ash_unittests Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/root_window_controller.cc ('k') | chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller_unittest.cc
diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
index ff01846c1d65298fd559f998c623ca9ee90213e2..f331afb6912f52524f599ab8aeee6b3383cab0b3 100644
--- a/ash/root_window_controller_unittest.cc
+++ b/ash/root_window_controller_unittest.cc
@@ -621,6 +621,7 @@ TEST_F(VirtualKeyboardRootWindowControllerTest,
aura::Window* keyboard_window = Shell::GetInstance()->keyboard_controller()->
proxy()->GetKeyboardWindow();
keyboard_container->AddChild(keyboard_window);
+ keyboard_window->set_owned_by_parent(false);
keyboard_window->SetBounds(gfx::Rect());
keyboard_window->Show();
« no previous file with comments | « ash/root_window_controller.cc ('k') | chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698