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

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

Issue 1020863007: Revert of Change default code flag to NewAvatarMenu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ba82d56c8d3a8b1f0b3dcb20c823670cd9ab3bf5..6844100e6b04fc0984a49d36489deed431c86878 100644
--- a/chrome/browser/profiles/profile_avatar_downloader.h
+++ b/chrome/browser/profiles/profile_avatar_downloader.h
@@ -31,9 +31,6 @@
// 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