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

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

Issue 7210020: Added prerendering to omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More histograms/rebase Created 9 years, 6 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. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 4318 matching lines...) Expand 10 before | Expand all | Expand 10 after
4329 <message name="IDS_FLAGS_AUTO_LOGIN_DESCRIPTION" desc="Description for the flag to pre- and auto-login the user"> 4329 <message name="IDS_FLAGS_AUTO_LOGIN_DESCRIPTION" desc="Description for the flag to pre- and auto-login the user">
4330 Disable pre-login to services when sync is enabled. Also disable infoba r on login pages which help automate the login process. 4330 Disable pre-login to services when sync is enabled. Also disable infoba r on login pages which help automate the login process.
4331 Pre- and auto-login are always disabled if sync is disabled. 4331 Pre- and auto-login are always disabled if sync is disabled.
4332 </message> 4332 </message>
4333 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms"> 4333 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_NAME" desc="Title for the flag to show Autofill field type predictions for all forms">
4334 Show Autofill predictions 4334 Show Autofill predictions
4335 </message> 4335 </message>
4336 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" > 4336 <message name="IDS_FLAGS_SHOW_AUTOFILL_TYPE_PREDICTIONS_DESCRIPTION" desc= "Description for the flag to show Autofill field type predictions for all forms" >
4337 Annotates web forms with Autofill field type predictions as placeholder text. 4337 Annotates web forms with Autofill field type predictions as placeholder text.
4338 </message> 4338 </message>
4339 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox">
4340 Prerender from omnibox.
4341 </message>
4342 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox">
4343 Prerender suggestions given in the omnibox.
4344 </message>
4339 4345
4340 <!-- Crashes --> 4346 <!-- Crashes -->
4341 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4347 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4342 Crashes 4348 Crashes
4343 </message> 4349 </message>
4344 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4350 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4345 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4351 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4346 </message> 4352 </message>
4347 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4353 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4348 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4354 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8386 matching lines...) Expand 10 before | Expand all | Expand 10 after
12735 </includes> 12741 </includes>
12736 <structures fallback_to_english="true"> 12742 <structures fallback_to_english="true">
12737 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12743 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12738 </structure> 12744 </structure>
12739 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12745 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12740 </structure> 12746 </structure>
12741 </structures> 12747 </structures>
12742 12748
12743 </release> 12749 </release>
12744 </grit> 12750 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/autocomplete/autocomplete_edit.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698