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

Unified Diff: chrome/browser/drive/fake_drive_service.h

Issue 221773002: drive: Deprecate FakeDriveService::LoadAccountMetadataForWapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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
« no previous file with comments | « no previous file | chrome/browser/drive/fake_drive_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/fake_drive_service.h
diff --git a/chrome/browser/drive/fake_drive_service.h b/chrome/browser/drive/fake_drive_service.h
index b38a1f315d57f9bbaf4c7177f61f5fecf461dc86..5547a6c24d55c9244bb4d1e3b815c6c59ff814a7 100644
--- a/chrome/browser/drive/fake_drive_service.h
+++ b/chrome/browser/drive/fake_drive_service.h
@@ -32,6 +32,8 @@ class FakeDriveService : public DriveServiceInterface {
// Loads the resource list for WAPI. Returns true on success.
bool LoadResourceListForWapi(const std::string& relative_path);
+ // DEPRECATED DO NOT USE
+ //
// Loads the account metadata for WAPI. Returns true on success. Also adds
// the largest changestamp in the account metadata to the existing
// entries. The changestamp information will be used to generate change
« no previous file with comments | « no previous file | chrome/browser/drive/fake_drive_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698