Index: google_apis/gaia/gaia_constants.cc |
diff --git a/google_apis/gaia/gaia_constants.cc b/google_apis/gaia/gaia_constants.cc |
index d3d0cd9cc95facb5217d11ed3c80203e942401ce..4c005363e027ee6a846ed6fbf30468d277af045f 100644 |
--- a/google_apis/gaia/gaia_constants.cc |
+++ b/google_apis/gaia/gaia_constants.cc |
@@ -11,6 +11,7 @@ namespace GaiaConstants { |
// Gaia uses this for accounting where login is coming from. |
const char kChromeOSSource[] = "chromeos"; |
const char kChromeSource[] = "ChromiumBrowser"; |
+const char kReconcilorSource[] = "ChromiumReconcilor"; |
Mike Lerman
2014/09/26 16:57:08
Should the string be perhaps ChromiumBrowserReconc
Roger Tawa OOO till Jul 10th
2014/09/26 19:42:39
Yup, already checked with them and this is string
|
// Service name for Gaia. Used to convert to cookie auth. |
const char kGaiaService[] = "gaia"; |