| Index: chrome/browser/chromeos/login/screen_lock_view.h
|
| diff --git a/chrome/browser/chromeos/login/screen_lock_view.h b/chrome/browser/chromeos/login/screen_lock_view.h
|
| index 3c4954795f96795516e49e54c1f33623988fca6f..5f8aaf10adc808f4881132be5160f2f89c11b8da 100644
|
| --- a/chrome/browser/chromeos/login/screen_lock_view.h
|
| +++ b/chrome/browser/chromeos/login/screen_lock_view.h
|
| @@ -41,9 +41,6 @@ class ScreenLockView : public ThrobberHostView,
|
| // Enable/Disable signout button.
|
| void SetSignoutEnabled(bool enabled);
|
|
|
| - // Returns the bounds of the password field in ScreenLocker's coordinate.
|
| - gfx::Rect GetPasswordBoundsRelativeTo(const views::View* view);
|
| -
|
| // views::View:
|
| virtual void SetEnabled(bool enabled);
|
| virtual void Layout() OVERRIDE;
|
| @@ -64,6 +61,8 @@ class ScreenLockView : public ThrobberHostView,
|
| virtual void OnSignout() OVERRIDE;
|
| virtual bool IsUserSelected() const OVERRIDE;
|
|
|
| + views::Textfield* password_field() { return password_field_; }
|
| +
|
| private:
|
| friend class test::ScreenLockerTester;
|
|
|
|
|