Disable AutomationApiTest.Mixin on Windows due to flakiness
[chromium-blink-merge.git] / chrome / test / data / mock-link-doctor.json
blob903c7ae0afc7d38d715cfcbc951f1fd318ad4721
2   "result": {
3     "eventId": "whatever",
4     "fingerprint": "blah",
5     "UrlCorrections": [
6        {
7          "correctionType": "reloadPage",
8          "urlCorrection":  "http://reload/",
9          "clickType": "rld",
10          "clickData": "whatever1"
11        },
12        {
13          "correctionType": "urlCorrection",
14          "urlCorrection":  "http://mock.http/title2.html",
15          "clickType": "lnk",
16          "clickData": "whatever2"
17        },
18        {
19          "correctionType": "urlCorrection",
20          "urlCorrection":  "http://correction1/",
21          "clickType": "lnk",
22          "clickData": "whatever3"
23        },
24        {
25          "correctionType": "contentOverlap",
26          "urlCorrection":  "http://correction2/",
27          "clickType": "lnk",
28          "clickData": "whatever4"
29        },
30        {
31          "correctionType": "webSearchQuery",
32          "urlCorrection":  "search query",
33          "clickType": "frm",
34          "clickData": "whatever5"
35        }
36      ]
37   }