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

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

Issue 10258004: Parent/child fixes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 133890)
+++ chrome/browser/chromeos/gdata/gdata.proto (working copy)
@@ -23,9 +23,9 @@
// 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 title = 2;
+ optional string resource_id = 3;
+ optional string parent_resource_id = 4;
satorux1 2012/04/27 21:35:41 please don't renumber. This will break compatibili
achuithb 2012/04/27 22:15:03 Done.
optional string edit_url = 5;
optional string content_url = 6;
}
« 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