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

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

Issue 2498003: Revert r48735 "Added user image screen for new user login (or old user logging in through" (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: removed grd files from cl Created 10 years, 7 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
Index: chrome/browser/chromeos/login/user_image_downloader.h
diff --git a/chrome/browser/chromeos/login/user_image_downloader.h b/chrome/browser/chromeos/login/user_image_downloader.h
index b5631ad79d9ef85e64c0fcec8b96802135a177a0..a0968c837649a9e4fb35b4ee1b090e6891ab1e42 100644
--- a/chrome/browser/chromeos/login/user_image_downloader.h
+++ b/chrome/browser/chromeos/login/user_image_downloader.h
@@ -24,10 +24,9 @@ namespace chromeos {
class UserImageDownloader : public URLFetcher::Delegate,
public UtilityProcessHost::Client {
public:
+ // Starts downloading the picture upon successful login.
// |auth_token| is a authentication token received in ClientLogin
// response, used for requests sent to Contacts API.
- // Starts downloading the picture. Object is deleted as reference counted
- // object.
UserImageDownloader(const std::string& username,
const std::string& auth_token);
« no previous file with comments | « chrome/browser/chromeos/login/screen_observer.h ('k') | chrome/browser/chromeos/login/user_image_downloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698