Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ed163215bfa10ef7726c8ff672092be87147ea8d..60a1667f5076757222b3df8b19870221ebd6d020 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1470,6 +1470,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 where the GAIA profile picture was downloaded. This is cached to |
Ivan Korotkov
2011/11/30 14:35:44
where/from which/
sail
2011/11/30 19:00:23
Done.
|
+// 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"; |