Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 4a8c2096c58cf97a80e2c68405e58e19e5011029..08fd85a29578f4e11b9bc91f9c5daf38b3c820e5 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1476,6 +1476,10 @@ const char kSyncPromoShowNTPBubble[] = "sync_promo.show_ntp_bubble"; |
// Time when the user's GAIA info was last updated (represented as an int64). |
const char kProfileGAIAInfoUpdateTime[] = "profile.gaia_info_update_time"; |
+// The URL from which the GAIA profile picture was downloaded. This is cached to |
+// prevent the same picture from being downloaded multiple times. |
+const char kProfileGAIAInfoPictureURL[] = "profile.gaia_info_picture_url"; |
+ |
// Create web application shortcut dialog preferences. |
const char kWebAppCreateOnDesktop[] = "browser.web_app.create_on_desktop"; |
const char kWebAppCreateInAppsMenu[] = "browser.web_app.create_in_apps_menu"; |