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

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

Issue 185003002: Revert 254207 "Switch to using the new Link Doctor API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/test/data/mock-link-doctor.json
===================================================================
--- trunk/src/chrome/test/data/mock-link-doctor.json (revision 254240)
+++ trunk/src/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/"
- }
- ]
- }
-}
« 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