| Index: google_apis/gaia/gaia_urls.h
|
| diff --git a/google_apis/gaia/gaia_urls.h b/google_apis/gaia/gaia_urls.h
|
| index 70919ab9cd35df1f630e2a5899e63f0b02cfe9d9..16c858226423a78810dca7234d85b9b5a7ecb9f8 100644
|
| --- a/google_apis/gaia/gaia_urls.h
|
| +++ b/google_apis/gaia/gaia_urls.h
|
| @@ -48,6 +48,9 @@ class GaiaUrls {
|
|
|
| const GURL& gaia_login_form_realm() const;
|
|
|
| + GURL ListAccountsURLWithSource(const std::string& source);
|
| + GURL GetCheckConnectionInfoURLWithSource(const std::string& source);
|
| +
|
| private:
|
| GaiaUrls();
|
| ~GaiaUrls();
|
|
|