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

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

Issue 10258004: Parent/child fixes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 8 years, 8 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
===================================================================
--- 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.
« no previous file with comments | « no previous file | chrome/browser/chromeos/gdata/gdata_db_unittest.cc » ('j') | chrome/browser/chromeos/gdata/gdata_files.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698