| Index: chrome/test/data/mock-link-doctor.json
|
| ===================================================================
|
| --- chrome/test/data/mock-link-doctor.json (revision 263850)
|
| +++ chrome/test/data/mock-link-doctor.json (working copy)
|
| @@ -1,31 +0,0 @@
|
| -{
|
| - "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/"
|
| - }
|
| - ]
|
| - }
|
| -}
|
|
|