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

Unified Diff: mash/wm/window_manager_application.h

Issue 1637113003: Add simplistic screenlock application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « mash/wm/screenlock_layout.cc ('k') | mash/wm/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_application.h
diff --git a/mash/wm/window_manager_application.h b/mash/wm/window_manager_application.h
index cf0f26c0f043ff759a0806b7d6e0ab38b2bf63d4..0f06e73a9e4b51baa2912d4c4d9a1a96885cc0b5 100644
--- a/mash/wm/window_manager_application.h
+++ b/mash/wm/window_manager_application.h
@@ -39,6 +39,7 @@ namespace wm {
class AcceleratorRegistrarImpl;
class BackgroundLayout;
+class ScreenlockLayout;
class ShadowController;
class ShelfLayout;
class UserWindowControllerImpl;
@@ -140,6 +141,7 @@ class WindowManagerApplication
user_window_controller_requests_;
scoped_ptr<BackgroundLayout> background_layout_;
+ scoped_ptr<ScreenlockLayout> screenlock_layout_;
scoped_ptr<ShelfLayout> shelf_layout_;
scoped_ptr<WindowLayout> window_layout_;
« no previous file with comments | « mash/wm/screenlock_layout.cc ('k') | mash/wm/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698