Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 118051) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -647,6 +647,9 @@ |
// omitted. The default value is "www.google.com". |
const char kGaiaHost[] = "gaia-host"; |
+// Enables using GAIA information to populate profile name and icon. |
+const char kGaiaProfileInfo[] = "gaia-profile-info"; |
+ |
// Specifies a custom name for the GSSAPI library to load. |
const char kGSSAPILibraryName[] = "gssapi-library-name"; |