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

Side by Side Diff: chrome/test/data/mock-link-doctor.json

Issue 137623011: Switch to using the new Link Doctor API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove bonus line from a merge conflict 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 {
2 "result": {
3 "UrlCorrections": [
4 {
5 "correctionType": "reloadPage",
6 "urlCorrection": "http://reload/",
7 "clickTrackingUrl": "http://reload_tracking/"
8 },
9 {
10 "correctionType": "urlCorrection",
11 "urlCorrection": "http://correction1/",
12 "clickTrackingUrl": "http://tracking1/"
13 },
14 {
15 "correctionType": "urlCorrection",
16 "urlCorrection": "http://correction1/",
17 "clickTrackingUrl": "http://tracking1/"
18 },
19 {
20 "correctionType": "contentOverlap",
21 "urlCorrection": "http://correction2/",
22 "clickTrackingUrl": "http://tracking2/"
23 },
24 {
25 "correctionType": "webSearchQuery",
26 "urlCorrection": "search query",
27 "clickTrackingUrl": "http://tracking2/"
28 }
29 ]
30 }
31 }
OLDNEW
« no previous file with comments | « chrome/test/data/mock-link-doctor.html ('k') | chrome/test/data/mock-link-doctor.html.mock-http-headers » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698