Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c4bac48d65d7ef34b105935e184950a3e7093051..93a72634abd638417024ec541da360eaa0abd87a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -689,6 +689,9 @@ const char kForceCompositingMode[] = "force-compositing-mode"; |
// 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"; |