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

Unified Diff: google_apis/gaia/gaia_switches.cc

Issue 1075273002: Handle ListAccount fetches from within the GaiaCookieManagerService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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
Index: google_apis/gaia/gaia_switches.cc
diff --git a/google_apis/gaia/gaia_switches.cc b/google_apis/gaia/gaia_switches.cc
index a1879d1c9943189b999bdc47c5e572f15883eb4a..1bb5a8de9867fcb193f1021ab3ddb05b827a804d 100644
--- a/google_apis/gaia/gaia_switches.cc
+++ b/google_apis/gaia/gaia_switches.cc
@@ -6,6 +6,7 @@
namespace switches {
+const char kGoogleUrl[] = "google_apis-url";
Roger Tawa OOO till Jul 10th 2015/04/21 13:46:36 Is this string what you intended?
Mike Lerman 2015/04/21 15:16:16 Ah, no! Thanks for catching that.
const char kGaiaUrl[] = "gaia-url";
const char kGoogleApisUrl[] = "google-apis-url";
const char kLsoUrl[] = "lso-url";

Powered by Google App Engine
This is Rietveld 408576698