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

Unified Diff: chrome/browser/chromeos/drive/drive_resource_metadata.h

Issue 12585003: drive: Add showroot=true to WAPI feed URLs and ignore "no parent" entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update unittests. Created 7 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
Index: chrome/browser/chromeos/drive/drive_resource_metadata.h
diff --git a/chrome/browser/chromeos/drive/drive_resource_metadata.h b/chrome/browser/chromeos/drive/drive_resource_metadata.h
index 555b95d88b2e70b2911ee3f9f35bef42b901f7a7..daefaec03d589a0322f9547eb3ab9e9627a97fba 100644
--- a/chrome/browser/chromeos/drive/drive_resource_metadata.h
+++ b/chrome/browser/chromeos/drive/drive_resource_metadata.h
@@ -52,7 +52,7 @@ const base::FilePath::CharType kDriveRootDirectory[] =
// This should be incremented when incompatibility change is made in
// drive.proto.
-const int32 kProtoVersion = 2;
+const int32 kProtoVersion = 3;
kinaba 2013/03/11 09:22:38 Do we need to trash the old protos at this point?
Haruki Sato 2013/03/11 14:15:35 I think yes. They are added to the root, aren't th
// Callback similar to FileOperationCallback but with a given |file_path|.
// Used for operations that change a file path like moving files.

Powered by Google App Engine
This is Rietveld 408576698