Index: google_apis/gaia/fake_gaia.h |
diff --git a/google_apis/gaia/fake_gaia.h b/google_apis/gaia/fake_gaia.h |
index 4db3b842e1ae7ad6ad17b947283822bd4cdbd5ff..65fa91193e5da19a133ef52cbfb0f30751db7db4 100644 |
--- a/google_apis/gaia/fake_gaia.h |
+++ b/google_apis/gaia/fake_gaia.h |
@@ -74,12 +74,16 @@ class FakeGaia { |
// The e-mail address returned by /ListAccounts. |
std::string email; |
+ |
+ // The gaia_id address returned in GAIA headers. |
bartfab (slow)
2014/10/17 09:54:56
Nit: s/gaia_id address/GAIA ID/
Roger Tawa OOO till Jul 10th
2014/10/20 16:04:01
Code removed.
|
+ std::string gaia_id; |
}; |
FakeGaia(); |
virtual ~FakeGaia(); |
- void SetFakeMergeSessionParams(const std::string& email, |
+ void SetFakeMergeSessionParams(const std::string& gaia_id, |
+ const std::string& email, |
const std::string& auth_sid_cookie, |
const std::string& auth_lsid_cookie); |