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

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: rebase. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_file_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d629548b77b0fc6bade793e4d4eb943f8e1e74a3 100644
--- a/chrome/browser/chromeos/gdata/gdata.proto
+++ b/chrome/browser/chromeos/gdata/gdata.proto
@@ -82,7 +82,7 @@ message GDataDirectoryProto {
// TODO(satorux): Remove this: crbug.com/137862
message GDataRootDirectoryProto {
optional GDataDirectoryProto gdata_directory = 1;
- optional int32 largest_changestamp = 2;
+ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698