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

Unified Diff: ash/shell_window_ids.h

Issue 22465007: Whitelist virtual keyboard container to process events at login screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unit tests for virtual keyboard container Created 7 years, 4 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_window_ids.h
diff --git a/ash/shell_window_ids.h b/ash/shell_window_ids.h
index 046f43ada328fa9d1f081fcc2eab89caeb8a98af..5ea690813c72e6da753b869394a680cf17d099cf 100644
--- a/ash/shell_window_ids.h
+++ b/ash/shell_window_ids.h
@@ -102,6 +102,9 @@ const int kShellWindowId_PhantomWindow = 22;
// The topmost container, used for power off animation.
const int kShellWindowId_PowerButtonAnimationContainer = 23;
+// The virtual keyboard container.
+const int kShellWindowId_VirtualKeyboardContainer = 24;
James Cook 2013/08/08 17:29:44 Where does this container actually sit in the hier
bshe 2013/08/08 19:39:24 I am sure what's the rule to order the IDs. Keyboa
James Cook 2013/08/08 19:52:39 This seems fine.
+
} // namespace internal
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698