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

Unified Diff: chrome/browser/chromeos/login/existing_user_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/existing_user_view.h
===================================================================
--- chrome/browser/chromeos/login/existing_user_view.h (revision 60696)
+++ chrome/browser/chromeos/login/existing_user_view.h (working copy)
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_CHROMEOS_LOGIN_EXISTING_USER_VIEW_H_
#pragma once
+#include "views/accelerator.h"
#include "views/controls/button/native_button.h"
#include "views/controls/textfield/textfield.h"
#include "views/view.h"
@@ -32,6 +33,9 @@
protected:
// views::View overrides:
virtual void OnLocaleChanged();
+ virtual void ViewHierarchyChanged(bool is_add,
+ views::View* parent,
+ views::View* child);
views::Accelerator accel_login_off_the_record_;
@@ -43,6 +47,9 @@
UserController* user_controller_;
+ private:
+ views::Accelerator accel_enable_accessibility_;
+
DISALLOW_COPY_AND_ASSIGN(ExistingUserView);
};

Powered by Google App Engine
This is Rietveld 408576698