Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2801)

Unified Diff: chrome/browser/google_apis/gdata_wapi_url_util.h

Issue 11411086: google_apis: Move URL constants out of gdata_wapi_operations.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/google_apis/gdata_wapi_operations.cc ('k') | chrome/browser/google_apis/gdata_wapi_url_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698