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

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

Issue 8387060: Enable ShortcutsProvider for omnibox on the trunk by default (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4517 matching lines...) Expand 10 before | Expand all | Expand 10 after
4528 <if expr="pp_ifdef('android')"> 4528 <if expr="pp_ifdef('android')">
4529 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab."> 4529 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab.">
4530 Enable support for Native Client. 4530 Enable support for Native Client.
4531 </message> 4531 </message>
4532 </if> 4532 </if>
4533 <if expr="not pp_ifdef('android')"> 4533 <if expr="not pp_ifdef('android')">
4534 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab."> 4534 <message name="IDS_FLAGS_ENABLE_NACL_DESCRIPTION" desc="Description of t he 'Enable Native Client' lab.">
4535 Enable Native Client for all web applications, even those that were no t installed from the Chrome Web Store. 4535 Enable Native Client for all web applications, even those that were no t installed from the Chrome Web Store.
4536 </message> 4536 </message>
4537 </if> 4537 </if>
4538 <message name="IDS_FLAGS_ENABLE_SHORTCUTS_PROVIDER" desc="Name of the 'Ena ble better ranking of previously selected shortcuts in omnibox' lab."> 4538 <message name="IDS_FLAGS_DISABLE_SHORTCUTS_PROVIDER" desc="Name of the 'Di sable better ranking of previously selected shortcuts in omnibox' lab.">
4539 Enable 'shortcuts' in the omnibox. 4539 Disable 'shortcuts' in the omnibox.
4540 </message> 4540 </message>
4541 <message name="IDS_FLAGS_ENABLE_SHORTCUTS_PROVIDER_DESCRIPTION" desc=" Des cription of the 'Enable better ranking of previously selected shortcuts in omnib ox' lab."> 4541 <message name="IDS_FLAGS_DISABLE_SHORTCUTS_PROVIDER_DESCRIPTION" desc=" De scription of the 'Disable better ranking of previously selected shortcuts in omn ibox' lab.">
4542 Remembers commonly selected autocomplete results based on the omnibox se arch term and offers those URLs the next time that same search term is typed. 4542 Remembers commonly selected autocomplete results based on the omnibox se arch term and offers those URLs the next time that same search term is typed.
4543 </message> 4543 </message>
4544 <message name="IDS_FLAGS_DISABLE_VIEWS_DESKTOP_NAME" desc="Name of the 'Di sable desktop' lab."> 4544 <message name="IDS_FLAGS_DISABLE_VIEWS_DESKTOP_NAME" desc="Name of the 'Di sable desktop' lab.">
4545 Disable desktop 4545 Disable desktop
4546 </message> 4546 </message>
4547 <message name="IDS_FLAGS_DISABLE_VIEWS_DESKTOP_DESCRIPTION" desc="Descript ion of the 'Disable desktop' lab."> 4547 <message name="IDS_FLAGS_DISABLE_VIEWS_DESKTOP_DESCRIPTION" desc="Descript ion of the 'Disable desktop' lab.">
4548 Uses the Views Desktop environment for Chrome. 4548 Uses the Views Desktop environment for Chrome.
4549 </message> 4549 </message>
4550 <message name="IDS_FLAGS_ENABLE_BLUETOOTH_NAME" desc="Name of the 'Bluetoo th' lab."> 4550 <message name="IDS_FLAGS_ENABLE_BLUETOOTH_NAME" desc="Name of the 'Bluetoo th' lab.">
4551 Bluetooth 4551 Bluetooth
(...skipping 10032 matching lines...) Expand 10 before | Expand all | Expand 10 after
14584 </messages> 14584 </messages>
14585 <structures fallback_to_english="true"> 14585 <structures fallback_to_english="true">
14586 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14586 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14587 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14587 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14588 </structure> 14588 </structure>
14589 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14589 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14590 </structure> 14590 </structure>
14591 </structures> 14591 </structures>
14592 </release> 14592 </release>
14593 </grit> 14593 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698