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

Unified Diff: chrome/browser/chromeos/login/ui/lock_window_aura.h

Issue 620663005: Lock screen for Chrome-Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more nit Created 6 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
Index: chrome/browser/chromeos/login/ui/lock_window_aura.h
diff --git a/chrome/browser/chromeos/login/ui/lock_window_aura.h b/chrome/browser/chromeos/login/ui/lock_window_aura.h
index 4e56eb1586b95f7fac40371652c8d265850e636a..389c3ba0a8c71cd7963ac84a23a057b5b42f3aa3 100644
--- a/chrome/browser/chromeos/login/ui/lock_window_aura.h
+++ b/chrome/browser/chromeos/login/ui/lock_window_aura.h
@@ -33,6 +33,10 @@ class LockWindowAura : public views::Widget,
// Initialize the Aura lock window.
void Init();
+#if defined(USE_ATHENA)
+ scoped_ptr<aura::Window> lock_screen_container_;
+#endif
+
DISALLOW_COPY_AND_ASSIGN(LockWindowAura);
};
« no previous file with comments | « chrome/browser/chromeos/login/lock/webui_screen_locker.cc ('k') | chrome/browser/chromeos/login/ui/lock_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698