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

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

Issue 235883010: Revert 262846, as the revert has now been merged to M35. (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
1 { 1 {
2 "result": { 2 "result": {
3 "UrlCorrections": [ 3 "UrlCorrections": [
4 { 4 {
5 "correctionType": "reloadPage", 5 "correctionType": "reloadPage",
6 "urlCorrection": "http://reload/", 6 "urlCorrection": "http://reload/",
7 "clickTrackingUrl": "http://reload_tracking/" 7 "clickTrackingUrl": "http://reload_tracking/"
8 }, 8 },
9 { 9 {
10 "correctionType": "urlCorrection", 10 "correctionType": "urlCorrection",
(...skipping 11 matching lines...) Expand all
22 "clickTrackingUrl": "http://tracking2/" 22 "clickTrackingUrl": "http://tracking2/"
23 }, 23 },
24 { 24 {
25 "correctionType": "webSearchQuery", 25 "correctionType": "webSearchQuery",
26 "urlCorrection": "search query", 26 "urlCorrection": "search query",
27 "clickTrackingUrl": "http://tracking2/" 27 "clickTrackingUrl": "http://tracking2/"
28 } 28 }
29 ] 29 ]
30 } 30 }
31 } 31 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/test/data/mock-link-doctor.html ('k') | trunk/src/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