| Index: chrome/browser/chromeos/gdata/gdata.proto
|
| diff --git a/chrome/browser/chromeos/gdata/gdata.proto b/chrome/browser/chromeos/gdata/gdata.proto
|
| index 9ded18fbb60c949b5b8785d59c4be0ee865025be..14a091b714eefcfa38cadb0442d8ad63b6b29f60 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata.proto
|
| +++ b/chrome/browser/chromeos/gdata/gdata.proto
|
| @@ -23,6 +23,7 @@ message PlatformFileInfoProto {
|
| // 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;
|
|
|