Index: chrome/common/net/gaia/gaia_switches.cc |
diff --git a/chrome/common/net/gaia/gaia_switches.cc b/chrome/common/net/gaia/gaia_switches.cc |
deleted file mode 100644 |
index 53cdb2e42ba10675003d21d5cedbf03704f13ef0..0000000000000000000000000000000000000000 |
--- a/chrome/common/net/gaia/gaia_switches.cc |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "chrome/common/net/gaia/gaia_switches.h" |
- |
-namespace switches { |
- |
-const char kClientLoginToOAuth2Url[] = "client-login-to-oauth2-url"; |
-const char kGaiaHost[] = "gaia-host"; |
-const char kGaiaOAuthHost[] = "gaia-oauth-host"; |
-const char kGaiaOAuthUrlPath[] = "gaia-oauth-url-path"; |
-const char kGaiaUrlPath[] = "gaia-url-path"; |
-const char kOAuth1LoginScope[] = "oauth1-login-scope"; |
-const char kOAuth2IssueTokenUrl[] = "oauth2-issue-token-url"; |
-const char kOAuth2TokenUrl[] = "oauth2-token-url"; |
- |
-} // namespace switches |