diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-05 21:28:10 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-05 21:28:10 +0000 |
commit | c944b32817f3c096c2ab172df2a685b408b12492 (patch) | |
tree | 2e7dc65c532a588174bc0ff4a58db1c111055f5d /chrome/browser/resources/new_new_tab.html | |
parent | 57eda82ad10e06d12caa109bca87374dcd02db19 (diff) | |
download | chromium_src-c944b32817f3c096c2ab172df2a685b408b12492.zip chromium_src-c944b32817f3c096c2ab172df2a685b408b12492.tar.gz chromium_src-c944b32817f3c096c2ab172df2a685b408b12492.tar.bz2 |
Make the default launch container always be a tab. I think this
is less confusing for users and the app tab is currently better,
anyway.
Review URL: http://codereview.chromium.org/1914001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.html')
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/resources/new_new_tab.html b/chrome/browser/resources/new_new_tab.html index 47bc25b..3d3921b 100644 --- a/chrome/browser/resources/new_new_tab.html +++ b/chrome/browser/resources/new_new_tab.html @@ -169,10 +169,8 @@ if ('mode' in hashParams) { <h2>Debug</h2> <div id="apps-launch-control"> Open apps in:<label - ><input type="radio" name="launch-container-type" value="" - checked="true">Default</label - ><label><input type="radio" name="launch-container-type" value="tab" - >Tab</label + ><input type="radio" name="launch-container-type" value="tab" + checked="true">Default (Tab)</label ><label><input type="radio" name="launch-container-type" value="window" >Window</label ><label><input type="radio" name="launch-container-type" value="panel" |