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

Unified Diff: chrome/browser/profiles/profile_avatar_downloader.h

Issue 845373002: Change default code flag to NewAvatarMenu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test comment. GetAvatarIcon's no longer const. Created 5 years, 9 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/profiles/profile_avatar_downloader.h
diff --git a/chrome/browser/profiles/profile_avatar_downloader.h b/chrome/browser/profiles/profile_avatar_downloader.h
index 6844100e6b04fc0984a49d36489deed431c86878..ba82d56c8d3a8b1f0b3dcb20c823670cd9ab3bf5 100644
--- a/chrome/browser/profiles/profile_avatar_downloader.h
+++ b/chrome/browser/profiles/profile_avatar_downloader.h
@@ -31,6 +31,9 @@ class ProfileAvatarDownloader : public chrome::BitmapFetcherDelegate {
// Path of the profile for which the avatar is being downloaded.
base::FilePath profile_path_;
+ // True if the ProfileAvatarDownloader should function; false to disable it.
+ bool downloader_active_;
+
ProfileInfoCache* cache_; // Weak.
};

Powered by Google App Engine
This is Rietveld 408576698