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

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

Issue 5709001: Place the spinner in the right corner of the controls window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/chromeos/login
Patch Set: nits Created 10 years 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/user_input.h ('k') | chrome/browser/chromeos/login/user_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/user_view.h
diff --git a/chrome/browser/chromeos/login/user_view.h b/chrome/browser/chromeos/login/user_view.h
index ed4b030d8f00de2466886b0a0dc37dff706e86c3..5d4182c3f5cb5394fa124e39e3bb7abfaa3c4062 100644
--- a/chrome/browser/chromeos/login/user_view.h
+++ b/chrome/browser/chromeos/login/user_view.h
@@ -56,10 +56,6 @@ class UserView : public views::View,
// Sets tooltip over the image.
void SetTooltipText(const std::wstring& text);
- // Start/Stop throbber.
- void StartThrobber();
- void StopThrobber();
-
// Show/Hide remove button.
void SetRemoveButtonVisible(bool flag);
@@ -81,8 +77,6 @@ class UserView : public views::View,
SignoutView* signout_view_;
PodImageView* image_view_;
- views::Throbber* throbber_;
-
views::TextButton* remove_button_;
DISALLOW_COPY_AND_ASSIGN(UserView);
« no previous file with comments | « chrome/browser/chromeos/login/user_input.h ('k') | chrome/browser/chromeos/login/user_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698