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

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

Issue 22945004: InstantExtended: Add new_tab_url to TemplateURL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 // 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 484
485 "google": { 485 "google": {
486 "name": "Google", 486 "name": "Google",
487 "keyword": "google.com", 487 "keyword": "google.com",
488 "favicon_url": "http://www.google.com/favicon.ico", 488 "favicon_url": "http://www.google.com/favicon.ico",
489 "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google: originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialPa rameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledPara meter}{google:omniboxStartMarginParameter}ie={inputEncoding}", 489 "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google: originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialPa rameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledPara meter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
490 "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialPara meter}client={google:suggestClient}&q={searchTerms}&{google:cursorPosition}{goog le:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParamete r}", 490 "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialPara meter}client={google:suggestClient}&q={searchTerms}&{google:cursorPosition}{goog le:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParamete r}",
491 "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ} {google:instantEnabledParameter}{google:instantExtendedEnabledParameter}{google: ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}", 491 "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ} {google:instantEnabledParameter}{google:instantExtendedEnabledParameter}{google: ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
492 "image_url": "{google:baseURL}searchbyimage/upload", 492 "image_url": "{google:baseURL}searchbyimage/upload",
493 "image_url_post_params": "encoded_image={google:imageThumbnail},image_url= {google:imageURL},sbisrc={google:imageSearchSource}", 493 "image_url_post_params": "encoded_image={google:imageThumbnail},image_url= {google:imageURL},sbisrc={google:imageSearchSource}",
494 "new_tab_url": "{google:baseURL}newtab?{google:RLZ}{google:instantExtended EnabledParameter}{google:ntpIsThemedParameter}",
samarth 2013/08/13 23:47:59 I assume we want input encoding here as well?
Jered 2013/08/14 15:41:49 Done.
494 "alternate_urls": [ 495 "alternate_urls": [
495 "{google:baseURL}#q={searchTerms}", 496 "{google:baseURL}#q={searchTerms}",
496 "{google:baseURL}search#q={searchTerms}", 497 "{google:baseURL}search#q={searchTerms}",
497 "{google:baseURL}webhp#q={searchTerms}" 498 "{google:baseURL}webhp#q={searchTerms}"
498 ], 499 ],
499 "search_terms_replacement_key": "{google:instantExtendedEnabledKey}", 500 "search_terms_replacement_key": "{google:instantExtendedEnabledKey}",
500 "type": "SEARCH_ENGINE_GOOGLE", 501 "type": "SEARCH_ENGINE_GOOGLE",
501 "id": 1 502 "id": 1
502 }, 503 },
503 504
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 "name": "Zoznam", 1388 "name": "Zoznam",
1388 "keyword": "zoznam.sk", 1389 "keyword": "zoznam.sk",
1389 "favicon_url": "http://www.zoznam.sk/favicon.ico", 1390 "favicon_url": "http://www.zoznam.sk/favicon.ico",
1390 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}", 1391 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}",
1391 "encoding": "windows-1250", 1392 "encoding": "windows-1250",
1392 "type": "SEARCH_ENGINE_ZOZNAM", 1393 "type": "SEARCH_ENGINE_ZOZNAM",
1393 "id": 85 1394 "id": 85
1394 } 1395 }
1395 } 1396 }
1396 } 1397 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698