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

Side by Side Diff: chrome/browser/search_engines/prepopulated_engines.json

Issue 11448005: Add Android-specific parameters to search_engines/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing Created 8 years 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 "favicon_url": "http://goo.ne.jp/favicon.ico", 840 "favicon_url": "http://goo.ne.jp/favicon.ico",
841 "search_url": "http://search.goo.ne.jp/web.jsp?MT={searchTerms}&IE={inputE ncoding}", 841 "search_url": "http://search.goo.ne.jp/web.jsp?MT={searchTerms}&IE={inputE ncoding}",
842 "type": "SEARCH_ENGINE_GOO", 842 "type": "SEARCH_ENGINE_GOO",
843 "id": 23 843 "id": 23
844 }, 844 },
845 845
846 "google": { 846 "google": {
847 "name": "Google", 847 "name": "Google",
848 "keyword": "google.com", 848 "keyword": "google.com",
849 "favicon_url": "http://www.google.com/favicon.ico", 849 "favicon_url": "http://www.google.com/favicon.ico",
850 "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google: acceptedSuggestion}{google:originalQueryForSuggestion}{google:assistedQueryStats }{google:searchFieldtrialParameter}sourceid=chrome&ie={inputEncoding}", 850 "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google: acceptedSuggestion}{google:originalQueryForSuggestion}{google:assistedQueryStats }{google:searchFieldtrialParameter}{google:searchClient}sourceid=chrome&ie={inpu tEncoding}",
Peter Kasting 2012/12/05 21:28:47 You need to bump the version number if you change
gone 2012/12/06 01:43:58 Done.
851 "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialPara meter}client=chrome&q={searchTerms}&sugkey={google:suggestAPIKeyParameter}", 851 "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialPara meter}client=chrome&q={searchTerms}&sugkey={google:suggestAPIKeyParameter}",
852 "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ} {google:instantEnabledParameter}ie={inputEncoding}", 852 "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ} {google:instantEnabledParameter}ie={inputEncoding}",
853 "alternate_urls": [ 853 "alternate_urls": [
854 "{google:baseURL}#q={searchTerms}", 854 "{google:baseURL}#q={searchTerms}",
855 "{google:baseURL}search#q={searchTerms}", 855 "{google:baseURL}search#q={searchTerms}",
856 "{google:baseURL}webhp#q={searchTerms}" 856 "{google:baseURL}webhp#q={searchTerms}"
857 ], 857 ],
858 "type": "SEARCH_ENGINE_GOOGLE", 858 "type": "SEARCH_ENGINE_GOOGLE",
859 "id": 1 859 "id": 1
860 }, 860 },
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 "name": "Yandex", 1715 "name": "Yandex",
1716 "keyword": "yandex.com.tr", 1716 "keyword": "yandex.com.tr",
1717 "favicon_url": "http://yandex.com.tr/favicon.ico", 1717 "favicon_url": "http://yandex.com.tr/favicon.ico",
1718 "search_url": "http://yandex.com.tr/yandsearch?text={searchTerms}", 1718 "search_url": "http://yandex.com.tr/yandsearch?text={searchTerms}",
1719 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms }", 1719 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms }",
1720 "type": "SEARCH_ENGINE_YANDEX", 1720 "type": "SEARCH_ENGINE_YANDEX",
1721 "id": 15 1721 "id": 15
1722 } 1722 }
1723 } 1723 }
1724 } 1724 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698