| Index: chrome/browser/google_apis/gdata_wapi_url_util.h
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_url_util.h b/chrome/browser/google_apis/gdata_wapi_url_util.h
|
| index aece346bb17c04df638228ab4d4487345ab349ea..10ac6cb389b4beefd9f592f4319175a31a5b1197 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_url_util.h
|
| +++ b/chrome/browser/google_apis/gdata_wapi_url_util.h
|
| @@ -61,6 +61,17 @@ GURL GenerateDocumentListUrl(
|
| bool shared_with_me,
|
| const std::string& directory_resource_id);
|
|
|
| +// Generates a URL for getting the document entry of the given resource ID.
|
| +GURL GenerateDocumentEntryUrl(const std::string& resource_id);
|
| +
|
| +// Generates a URL for getting the root document list feed.
|
| +// Used to make changes in the root directory (ex. create a directory in the
|
| +// root directory)
|
| +GURL GenerateDocumentListRootUrl();
|
| +
|
| +// Generates a URL for getting the account metadata feed.
|
| +GURL GenerateAccountMetadataUrl();
|
| +
|
| } // namespace gdata_wapi_url_util
|
| } // namespace google_apis
|
|
|
|
|