diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 17:05:26 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 17:05:26 +0000 |
commit | 07d490bc5087148b010733d94561b54ccf65f70a (patch) | |
tree | 6d1c25a580918b442d17f0e2cba067263e30b7cb /chrome/app | |
parent | f69eb0d94d333065322c672de1cb0ba738791cf4 (diff) | |
download | chromium_src-07d490bc5087148b010733d94561b54ccf65f70a.zip chromium_src-07d490bc5087148b010733d94561b54ccf65f70a.tar.gz chromium_src-07d490bc5087148b010733d94561b54ccf65f70a.tar.bz2 |
Adds a lab that prefers switching to an existing tab rather than
openning a url (when the url is typed into the omnibox). For example,
if the 10th tab is for 'google.com' the first tab is selected and you
type in 'google.com', this will switch to the 10th tab and not load
anything.
BUG=46623
TEST=none
Review URL: http://codereview.chromium.org/3173036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77146 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 144042c..ff8a6ff 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4034,6 +4034,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_REMOTING_DESCRIPTION" desc="Description of the 'Remoting' client lab."> Enable the UI plus backing code for the Remoting serivce process, and client plugin. Warning: This is currently for developer testing only. Unless you are on the dev team and whitelisted, nothing in the enabled UI will work. </message> + <message name="IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_NAME" desc="Name for 'Focus existing tab on open' lab"> + Focus existing tab on open + </message> + <message name="IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_DESCRIPTION" desc="Description of the 'Focus existing tab on open' lab."> + Typing a URL of an existing tab into the omnibox results in refocusing the tab instead of loading in the current tab. + </message> <message name="IDS_FLAGS_ENABLE_NACL_NAME" desc="Description of the 'Enable Native Client' lab."> Native Client </message> |