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

Unified Diff: chrome/browser/chromeos/login/screen_lock_view.h

Issue 3442011: Enabling access notifications for login wizard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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
Index: chrome/browser/chromeos/login/screen_lock_view.h
===================================================================
--- chrome/browser/chromeos/login/screen_lock_view.h (revision 60696)
+++ chrome/browser/chromeos/login/screen_lock_view.h (working copy)
@@ -68,6 +68,12 @@
// UserView::Delegate implementation:
virtual void OnSignout();
+ protected:
+ // views::View implementation:
+ virtual void ViewHierarchyChanged(bool is_add,
+ views::View* parent,
+ views::View* child);
+
private:
friend class test::ScreenLockerTester;

Powered by Google App Engine
This is Rietveld 408576698