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

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

Issue 8557005: Rebase the MessageBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/chromeos/login/message_bubble.cc ('k') | chrome/browser/chromeos/login/screen_lock_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/chromeos/login/message_bubble.cc ('k') | chrome/browser/chromeos/login/screen_lock_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698