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

Unified Diff: chrome/test/data/chromeos/gdata/basic_feed.json

Issue 11428046: Add changestamp field to google_apis::DocumentEntry (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment, +DCHECK, s/OptionalChangeStamp/ParseOptionalChangeStamp/ Created 8 years 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/test/data/chromeos/gdata/basic_feed.json
diff --git a/chrome/test/data/chromeos/gdata/basic_feed.json b/chrome/test/data/chromeos/gdata/basic_feed.json
index dde5b56d008508bc18d966d6197338ec3a87cf3e..38a290f562f30d4b458fb6f730823e3e38ad1e18 100644
--- a/chrome/test/data/chromeos/gdata/basic_feed.json
+++ b/chrome/test/data/chromeos/gdata/basic_feed.json
@@ -116,6 +116,9 @@
"src": "https://file_content_url/",
"type": "audio/mpeg"
},
+ "docs$changestamp.value": {
+ "value": "654321"
+ },
"docs$filename": {
"$t": "filename.m4a"
},

Powered by Google App Engine
This is Rietveld 408576698