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

Unified Diff: ash/shell_unittest.cc

Issue 503383002: Allow component IME extension use app.window and add 'ime' window type for app window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more tests Created 6 years, 3 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
Index: ash/shell_unittest.cc
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
index aafb8cd8b5280d5f97bdb49ffd1d1858bf8bfe0f..72e5c073bdf393999005065b0656e2d722e93acf 100644
--- a/ash/shell_unittest.cc
+++ b/ash/shell_unittest.cc
@@ -82,7 +82,7 @@ void ExpectAllContainers() {
EXPECT_TRUE(
Shell::GetContainer(root_window, kShellWindowId_OverlayContainer));
EXPECT_TRUE(Shell::GetContainer(
- root_window, kShellWindowId_VirtualKeyboardParentContainer));
+ root_window, kShellWindowId_ImeWindowParentContainer));
#if defined(OS_CHROMEOS)
EXPECT_TRUE(
Shell::GetContainer(root_window, kShellWindowId_MouseCursorContainer));

Powered by Google App Engine
This is Rietveld 408576698