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

Side by Side Diff: components/search_engines/prepopulated_engines.json

Issue 2872453005: Add Yandex referral ID to search URL. (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is used during build to generate prepopulated_engine.h/cc. 5 // This file is used during build to generate prepopulated_engine.h/cc.
6 // For more details see tools/json_to_struct/json_to_struct.py. 6 // For more details see tools/json_to_struct/json_to_struct.py.
7 7
8 // Engine definitions. See prepopulated_engines_schema.json for the field 8 // Engine definitions. See prepopulated_engines_schema.json for the field
9 // definitions. 9 // definitions.
10 10
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 "image_url_post_params": "upfile={google:imageThumbnail},original_width={g oogle:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1", 609 "image_url_post_params": "upfile={google:imageThumbnail},original_width={g oogle:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
610 "new_tab_url": "https://www.yandex.kz/chrome/newtab", 610 "new_tab_url": "https://www.yandex.kz/chrome/newtab",
611 "type": "SEARCH_ENGINE_YANDEX", 611 "type": "SEARCH_ENGINE_YANDEX",
612 "id": 15 612 "id": 15
613 }, 613 },
614 614
615 "yandex_ru": { 615 "yandex_ru": {
616 "name": "\u042f\u043d\u0434\u0435\u043a\u0441", 616 "name": "\u042f\u043d\u0434\u0435\u043a\u0441",
617 "keyword": "yandex.ru", 617 "keyword": "yandex.ru",
618 "favicon_url": "https://yastatic.net/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico ", 618 "favicon_url": "https://yastatic.net/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico ",
619 "search_url": "https://yandex.ru/{yandex:searchPath}?text={searchTerms}", 619 "search_url": "https://yandex.ru/{yandex:searchPath}?text={searchTerms}&{y andex:referralID}",
620 "suggest_url": "https://suggest.yandex.ru/suggest-ff.cgi?part={searchTerms }", 620 "suggest_url": "https://suggest.yandex.ru/suggest-ff.cgi?part={searchTerms }",
621 "image_url": "https://yandex.ru/images/search/?rpt=imageview", 621 "image_url": "https://yandex.ru/images/search/?rpt=imageview",
622 "image_url_post_params": "upfile={google:imageThumbnail},original_width={g oogle:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1", 622 "image_url_post_params": "upfile={google:imageThumbnail},original_width={g oogle:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
623 "new_tab_url": "https://www.yandex.ru/chrome/newtab", 623 "new_tab_url": "https://www.yandex.ru/chrome/newtab",
624 "type": "SEARCH_ENGINE_YANDEX", 624 "type": "SEARCH_ENGINE_YANDEX",
625 "id": 15 625 "id": 15
626 }, 626 },
627 627
628 "yandex_tr": { 628 "yandex_tr": {
629 "name": "Yandex", 629 "name": "Yandex",
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 "name": "Zoznam", 1036 "name": "Zoznam",
1037 "keyword": "zoznam.sk", 1037 "keyword": "zoznam.sk",
1038 "favicon_url": "http://www.zoznam.sk/favicon.ico", 1038 "favicon_url": "http://www.zoznam.sk/favicon.ico",
1039 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}", 1039 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}",
1040 "encoding": "windows-1250", 1040 "encoding": "windows-1250",
1041 "type": "SEARCH_ENGINE_ZOZNAM", 1041 "type": "SEARCH_ENGINE_ZOZNAM",
1042 "id": 85 1042 "id": 85
1043 } 1043 }
1044 } 1044 }
1045 } 1045 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698