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

Unified Diff: ash/shell_window_ids.h

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/shell_unittest.cc ('k') | chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_window_ids.h
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index 1732887756134a422b9bb24de6603e3c78d0933b..88a923b3ca21f12347bf568447b9278b4e26e182 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -73,10 +73,10 @@ const int kShellWindowId_LockSystemModalContainer = 16;
// The container for the status area.
const int kShellWindowId_StatusContainer = 17;
-// A parent container that holds the virtual keyboard container. This is to
-// ensure that the virtual keyboard is stacked above most containers but below
-// the mouse cursor, context menus and the power off animation.
-const int kShellWindowId_VirtualKeyboardParentContainer = 18;
+// A parent container that holds the virtual keyboard container and ime windows
+// if any. This is to ensure that the virtual keyboard or ime window is stacked
+// above most containers but below the mouse cursor and the power off animation.
+const int kShellWindowId_ImeWindowParentContainer = 18;
// The container for menus.
const int kShellWindowId_MenuContainer = 19;
« no previous file with comments | « ash/shell_unittest.cc ('k') | chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698