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

Unified Diff: chrome/browser/chromeos/login/screens/user_image_screen.h

Issue 466793002: [cleanup] Removed dead code from avatar selection screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/user_image_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/user_image_screen.h
diff --git a/chrome/browser/chromeos/login/screens/user_image_screen.h b/chrome/browser/chromeos/login/screens/user_image_screen.h
index d8e3259fc11644a8b404a7604626708ff02eb2e6..506901ee4cfc54d0cf49a4d82de09688edcc155e 100644
--- a/chrome/browser/chromeos/login/screens/user_image_screen.h
+++ b/chrome/browser/chromeos/login/screens/user_image_screen.h
@@ -38,11 +38,6 @@ class UserImageScreen: public WizardScreen,
UserImageScreenActor* actor);
virtual ~UserImageScreen();
- // Indicates whether profile picture is enabled for given user.
- void SetProfilePictureEnabled(bool support_profile_picture);
- // Sets |user_id| of user that would have picture updated.
- void SetUserID(const std::string& user_id);
-
// WizardScreen implementation:
virtual void PrepareToShow() OVERRIDE;
virtual void Show() OVERRIDE;
@@ -128,16 +123,12 @@ class UserImageScreen: public WizardScreen,
// Index of the selected user image.
int selected_image_;
- bool profile_picture_enabled_;
-
// Encoded profile picture.
std::string profile_picture_data_url_;
// True if user has no custom profile picture.
bool profile_picture_absent_;
- std::string user_id_;
-
// Timer used for waiting for user image sync.
scoped_ptr<base::Timer> sync_timer_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/user_image_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698