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

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: 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
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell_window_ids.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_unittest.cc
diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
index aafb8cd8b5280d5f97bdb49ffd1d1858bf8bfe0f..98983d9a47778c26317f635ed3e38de241a4878b 100644
--- a/ash/shell_unittest.cc
+++ b/ash/shell_unittest.cc
@@ -81,8 +81,8 @@ void ExpectAllContainers() {
Shell::GetContainer(root_window, kShellWindowId_SettingBubbleContainer));
EXPECT_TRUE(
Shell::GetContainer(root_window, kShellWindowId_OverlayContainer));
- EXPECT_TRUE(Shell::GetContainer(
- root_window, kShellWindowId_VirtualKeyboardParentContainer));
+ EXPECT_TRUE(Shell::GetContainer(root_window,
+ kShellWindowId_ImeWindowParentContainer));
#if defined(OS_CHROMEOS)
EXPECT_TRUE(
Shell::GetContainer(root_window, kShellWindowId_MouseCursorContainer));
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell_window_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698