diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 15:40:21 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 15:40:21 +0000 |
commit | bcf91677b8549061a9d2cf089dc1612d5de797c7 (patch) | |
tree | 8e7347822ee49064af8ff0a052014ffca94c3fb0 /chrome/app | |
parent | a4101bd852dc130d400337804e863c7a6f261c09 (diff) | |
download | chromium_src-bcf91677b8549061a9d2cf089dc1612d5de797c7.zip chromium_src-bcf91677b8549061a9d2cf089dc1612d5de797c7.tar.gz chromium_src-bcf91677b8549061a9d2cf089dc1612d5de797c7.tar.bz2 |
Adds instant to about:labs.
BUG=54833
TEST=go to about:labs on windows and make sure you see a section for instant
Review URL: http://codereview.chromium.org/3387004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 92d4cef..f1be5c0 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3849,6 +3849,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_LABS_TABBED_OPTIONS_DESCRIPTION" desc="Description of the 'Tabbed Options' lab."> Uses an in-tab UI for the Options (Preferences) dialog instead of a stand-alone window. </message> + <message name="IDS_LABS_INSTANT_NAME" desc="Description of the 'Instant' lab."> + Instant + </message> + <message name="IDS_LABS_INSTANT_DESCRIPTION" desc="Description of the 'Instant' lab."> + Makes the address bar load urls as you type. + </message> <!-- Click-to-load --> <message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug-in, displayed in the click-to-play UI."> |