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

Unified Diff: ui/aura_shell/desktop_window.cc

Issue 8120014: Add a lock screen example. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « ui/aura_shell/aura_shell.gyp ('k') | ui/aura_shell/examples/example_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/desktop_window.cc
===================================================================
--- ui/aura_shell/desktop_window.cc (revision 103801)
+++ ui/aura_shell/desktop_window.cc (working copy)
@@ -37,6 +37,7 @@
containers->push_back(launcher_container);
aura::Window* lock_container = new aura::Window(NULL);
+ lock_container->set_consumes_events(true);
lock_container->set_id(internal::kShellWindowId_LockScreenContainer);
containers->push_back(lock_container);
« no previous file with comments | « ui/aura_shell/aura_shell.gyp ('k') | ui/aura_shell/examples/example_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698