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

Side by Side Diff: chrome/test/data/chromeos/gdata/contacts/feed_photo_404.json

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "_comment": "This feed contains a contact with a missing photo.",
3 "encoding": "UTF-8",
4 "feed": {
5 "author": [ {
6 "email": {
7 "$t": "test.user@gmail.com"
8 },
9 "name": {
10 "$t": "Test User"
11 }
12 } ],
13 "category": [ {
14 "scheme": "http://schemas.google.com/g/2005#kind",
15 "term": "http://schemas.google.com/contact/2008#contact"
16 } ],
17 "entry": [ {
18 "app$edited": {
19 "$t": "2012-06-04T15:53:36.023Z",
20 "xmlns$app": "http://www.w3.org/2007/app"
21 },
22 "category": [ {
23 "scheme": "http://schemas.google.com/g/2005#kind",
24 "term": "http://schemas.google.com/contact/2008#contact"
25 } ],
26 "gContact$groupMembershipInfo": [ {
27 "deleted": "false",
28 "href": "http://www.google.com/m8/feeds/groups/joe.contact%40gmail.c om/base/6"
29 } ],
30 "gContact$website": [ {
31 "href": "http://www.google.com/",
32 "rel": "profile"
33 } ],
34 "gd$email": [ {
35 "address": "joe.contact@gmail.com",
36 "primary": "true",
37 "rel": "http://schemas.google.com/g/2005#other"
38 } ],
39 "gd$etag": "\"R345ezVSLit7I2A9WhVbGE8PRQU.\"",
40 "gd$name": {
41 "gd$familyName": {
42 "$t": "Contact"
43 },
44 "gd$fullName": {
45 "$t": "Joe Contact"
46 },
47 "gd$givenName": {
48 "$t": "Joe"
49 }
50 },
51 "gd$structuredPostalAddress": [ {
52 "gd$city": {
53 "$t": "San Francisco"
54 },
55 "gd$formattedAddress": {
56 "$t": "345 Spear St\nSan Francisco CA 94105"
57 },
58 "gd$postcode": {
59 "$t": "94105"
60 },
61 "gd$region": {
62 "$t": "CA"
63 },
64 "gd$street": {
65 "$t": "345 Spear St"
66 },
67 "rel": "http://schemas.google.com/g/2005#home"
68 } ],
69 "id": {
70 "$t":
71 "http://example.com/1"
72 },
73 "link": [ {
74 "href": "https://example.com/nonexistent_file.png",
75 "rel": "http://schemas.google.com/contacts/2008/rel#photo",
76 "gd$etag": "\"JyYuJkIbWit7I2BpLHxUTDpzI1FGf2IjUjc.\"",
77 "type": "image/*"
78 }, {
79 "href":
80 "https://example.com/1",
81 "rel": "self",
82 "type": "application/atom+xml"
83 }, {
84 "href":
85 "https://example.com/1",
86 "rel": "edit",
87 "type": "application/atom+xml"
88 } ],
89 "title": {
90 "$t": "Joseph Contact"
91 },
92 "updated": {
93 "$t": "2012-06-04T15:53:36.023Z"
94 }
95 } ],
96 "gd$etag": "W/\"CEUHSXg8fSt7I2A9WhJSEEw.\"",
97 "generator": {
98 "$t": "Contacts",
99 "uri": "http://www.google.com/m8/feeds",
100 "version": "1.0"
101 },
102 "id": {
103 "$t": "test.user@gmail.com"
104 },
105 "link": [ {
106 "href": "http://www.google.com/",
107 "rel": "alternate",
108 "type": "text/html"
109 }, {
110 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full",
111 "rel": "http://schemas.google.com/g/2005#feed",
112 "type": "application/atom+xml"
113 }, {
114 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full",
115 "rel": "http://schemas.google.com/g/2005#post",
116 "type": "application/atom+xml"
117 }, {
118 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full/batch",
119 "rel": "http://schemas.google.com/g/2005#batch",
120 "type": "application/atom+xml"
121 }, {
122 "href": "https://www.google.com/m8/feeds/contacts/test.user%40gmail.com /full?alt=json&max-results=1000&showdeleted=true",
123 "rel": "self",
124 "type": "application/atom+xml"
125 } ],
126 "openSearch$itemsPerPage": {
127 "$t": "1000"
128 },
129 "openSearch$startIndex": {
130 "$t": "1"
131 },
132 "openSearch$totalResults": {
133 "$t": "2"
134 },
135 "title": {
136 "$t": "Test User's Contacts"
137 },
138 "updated": {
139 "$t": "2012-06-29T23:23:58.675Z"
140 },
141 "xmlns": "http://www.w3.org/2005/Atom",
142 "xmlns$batch": "http://schemas.google.com/gdata/batch",
143 "xmlns$gContact": "http://schemas.google.com/contact/2008",
144 "xmlns$gd": "http://schemas.google.com/g/2005",
145 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
146 },
147 "version": "1.0"
148 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698