| Index: chrome/test/data/mock-link-doctor.json
|
| ===================================================================
|
| --- chrome/test/data/mock-link-doctor.json (revision 0)
|
| +++ chrome/test/data/mock-link-doctor.json (revision 0)
|
| @@ -0,0 +1,31 @@
|
| +{
|
| + "result": {
|
| + "UrlCorrections": [
|
| + {
|
| + "correctionType": "reloadPage",
|
| + "urlCorrection": "http://reload/",
|
| + "clickTrackingUrl": "http://reload_tracking/"
|
| + },
|
| + {
|
| + "correctionType": "urlCorrection",
|
| + "urlCorrection": "http://correction1/",
|
| + "clickTrackingUrl": "http://tracking1/"
|
| + },
|
| + {
|
| + "correctionType": "urlCorrection",
|
| + "urlCorrection": "http://correction1/",
|
| + "clickTrackingUrl": "http://tracking1/"
|
| + },
|
| + {
|
| + "correctionType": "contentOverlap",
|
| + "urlCorrection": "http://correction2/",
|
| + "clickTrackingUrl": "http://tracking2/"
|
| + },
|
| + {
|
| + "correctionType": "webSearchQuery",
|
| + "urlCorrection": "search query",
|
| + "clickTrackingUrl": "http://tracking2/"
|
| + }
|
| + ]
|
| + }
|
| +}
|
|
|
| Property changes on: chrome\test\data\mock-link-doctor.json
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|