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

Unified Diff: chrome/browser/chromeos/login/update_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/update_view.h
===================================================================
--- chrome/browser/chromeos/login/update_view.h (revision 60696)
+++ chrome/browser/chromeos/login/update_view.h (working copy)
@@ -52,6 +52,12 @@
virtual void Layout();
virtual bool AcceleratorPressed(const views::Accelerator& a);
+ protected:
+ // views::View implementation:
+ virtual void ViewHierarchyChanged(bool is_add,
+ views::View* parent,
+ views::View* child);
+
private:
// Creates Label control and adds it as a child.
void InitLabel(views::Label** label);

Powered by Google App Engine
This is Rietveld 408576698