Chromium Code Reviews| 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. |