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

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 again... 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
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 86ed913bfed7c2e96eca42ec7eab316ef151713d..fb3e60b677bf2344bf0fe29e3be18ff88a8bfaed 100644
--- a/chrome/browser/chromeos/login/screen_lock_view.h
+++ b/chrome/browser/chromeos/login/screen_lock_view.h
@@ -40,9 +40,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();
@@ -63,6 +60,8 @@ class ScreenLockView : public ThrobberHostView,
virtual void OnSignout();
virtual bool IsUserSelected() const;
+ views::Textfield* password_field() { return password_field_; }
+
private:
friend class test::ScreenLockerTester;

Powered by Google App Engine
This is Rietveld 408576698