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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 6990015: Preload Instant search when omnibox is focused. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 4246 matching lines...) Expand 10 before | Expand all | Expand 10 after
4257 </message> 4257 </message>
4258 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support"> 4258 <message name="IDS_FLAGS_MULTI_PROFILES_DESCRIPTION" desc="Description for the flag to enable multiprofile support">
4259 Associates every browser window with a profile, and adds a profile switc her in the upper right corner. Every profile has its own bookmarks, extensions, apps, etc. 4259 Associates every browser window with a profile, and adds a profile switc her in the upper right corner. Every profile has its own bookmarks, extensions, apps, etc.
4260 </message> 4260 </message>
4261 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_NAME" desc="Title for the flag to restrict Instant to search"> 4261 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_NAME" desc="Title for the flag to restrict Instant to search">
4262 Restrict Instant To Search 4262 Restrict Instant To Search
4263 </message> 4263 </message>
4264 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search"> 4264 <message name="IDS_FLAGS_RESTRICT_INSTANT_TO_SEARCH_DESCRIPTION" desc="Des cription for the flag to restrict Instant to search">
4265 Restrict Instant to loading only search pages. 4265 Restrict Instant to loading only search pages.
4266 </message> 4266 </message>
4267 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_NAME" desc="Title for the flag to preload Instant search">
4268 Preload Instant Search
4269 </message>
4270 <message name="IDS_FLAGS_PRELOAD_INSTANT_SEARCH_DESCRIPTION" desc="Descrip tion for the flag to preload Instant search">
4271 Aggressively preload the default search engine for Instant.
sky 2011/05/20 20:52:18 Nuke Agressively. Sounds scarey.
sreeram 2011/05/21 03:18:27 Done.
4272 </message>
4267 4273
4268 <!-- Crashes --> 4274 <!-- Crashes -->
4269 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4275 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4270 Crashes 4276 Crashes
4271 </message> 4277 </message>
4272 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4278 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4273 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4279 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4274 </message> 4280 </message>
4275 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4281 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4276 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4282 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8151 matching lines...) Expand 10 before | Expand all | Expand 10 after
12428 </includes> 12434 </includes>
12429 <structures fallback_to_english="true"> 12435 <structures fallback_to_english="true">
12430 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12436 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12431 </structure> 12437 </structure>
12432 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12438 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12433 </structure> 12439 </structure>
12434 </structures> 12440 </structures>
12435 12441
12436 </release> 12442 </release>
12437 </grit> 12443 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/instant/instant_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698