Index: chrome/common/net/gaia/gaia_authenticator2.cc |
diff --git a/chrome/common/net/gaia/gaia_authenticator2.cc b/chrome/common/net/gaia/gaia_authenticator2.cc |
index abc0efec10268cd2d37dbce3880cf6d7b958e281..a0e7b2f94ed8a6d6bb0eda7e285d0e32092fa708 100644 |
--- a/chrome/common/net/gaia/gaia_authenticator2.cc |
+++ b/chrome/common/net/gaia/gaia_authenticator2.cc |
@@ -46,11 +46,6 @@ const char GaiaAuthenticator2::kCookiePersistence[] = "true"; |
// static |
const char GaiaAuthenticator2::kAccountType[] = "HOSTED_OR_GOOGLE"; |
// static |
-const char GaiaAuthenticator2::kChromeOSSource[] = "chromeos"; |
-// static |
-// Service name for Gaia Contacts API. API is used to get user's image. |
-const char GaiaAuthenticator2::kContactsService[] = "cp"; |
-// static |
const char GaiaAuthenticator2::kSecondFactor[] = "Info=InvalidSecondFactor"; |
// TODO(chron): These urls are also in auth_response_handler.h. |