Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4536)

Unified Diff: chrome/common/net/gaia/gaia_switches.cc

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/net/gaia/gaia_switches.h ('k') | chrome/common/net/gaia/gaia_urls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/net/gaia/gaia_switches.h ('k') | chrome/common/net/gaia/gaia_urls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698