Searched defs:MakeGetAuthCodeBody (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher.cc306 std::string GaiaAuthFetcher::MakeGetAuthCodeBody(bool include_device_type) { function in class:GaiaAuthFetcher
538 request_body_ = MakeGetAuthCodeBody(false);
579 request_body_ = MakeGetAuthCodeBody(!device_id.empty());

Completed in 68 milliseconds