Index: chrome/browser/chromeos/gdata/gdata.proto |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata.proto (revision 134375) |
+++ chrome/browser/chromeos/gdata/gdata.proto (working copy) |
@@ -23,11 +23,11 @@ |
// Represents GDataEntry. |
message GDataEntryProto { |
optional PlatformFileInfoProto file_info = 1; |
- optional string file_name = 2; |
optional string title = 3; |
optional string resource_id = 4; |
optional string edit_url = 5; |
optional string content_url = 6; |
+ optional string parent_resource_id = 7; |
} |
// Represents GDataFile. |