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

Unified Diff: chrome/browser/chromeos/gdata/gdata.proto

Issue 10823226: Get AboutResource as account metadata for Drive V2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/gdata/gdata.proto
diff --git a/chrome/browser/chromeos/gdata/gdata.proto b/chrome/browser/chromeos/gdata/gdata.proto
index 0507ac3dda3e84f57b3fb9463fa3d052af491b52..055b7faa7a5a12ce17db78c6caeffcafb494b36d 100644
--- a/chrome/browser/chromeos/gdata/gdata.proto
+++ b/chrome/browser/chromeos/gdata/gdata.proto
@@ -82,7 +82,8 @@ message GDataDirectoryProto {
// TODO(satorux): Remove this: crbug.com/137862
message GDataRootDirectoryProto {
optional GDataDirectoryProto gdata_directory = 1;
- optional int32 largest_changestamp = 2;
+ optional int32 deprecated_largest_changestamp = 2;
satorux1 2012/08/08 13:18:51 please remove this.
kochi 2012/08/08 16:53:27 Done.
+ optional int64 largest_changestamp = 4;
// Monotonically increasing version number, which is changed when
// incompatible change is made in the proto file.
// kProtoVersion in gdata_files.h defines the current version.
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.h » ('j') | chrome/browser/chromeos/gdata/gdata_file_system.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698