summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-05 21:28:10 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-05 21:28:10 +0000
commitc944b32817f3c096c2ab172df2a685b408b12492 (patch)
tree2e7dc65c532a588174bc0ff4a58db1c111055f5d /chrome/browser/resources
parent57eda82ad10e06d12caa109bca87374dcd02db19 (diff)
downloadchromium_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')
-rw-r--r--chrome/browser/resources/docs_app/manifest.json1
-rw-r--r--chrome/browser/resources/gmail_app/manifest.json1
-rw-r--r--chrome/browser/resources/new_new_tab.html6
3 files changed, 2 insertions, 6 deletions
diff --git a/chrome/browser/resources/docs_app/manifest.json b/chrome/browser/resources/docs_app/manifest.json
index edb3cc71..48f6407 100644
--- a/chrome/browser/resources/docs_app/manifest.json
+++ b/chrome/browser/resources/docs_app/manifest.json
@@ -13,7 +13,6 @@
"origin": "https://docs.google.com/"
},
"launch": {
- "container": "window",
"web_url": "https://docs.google.com/"
}
}
diff --git a/chrome/browser/resources/gmail_app/manifest.json b/chrome/browser/resources/gmail_app/manifest.json
index 69897d8..863f50c 100644
--- a/chrome/browser/resources/gmail_app/manifest.json
+++ b/chrome/browser/resources/gmail_app/manifest.json
@@ -15,7 +15,6 @@
"paths": [ "mail" ]
},
"launch": {
- "container": "window",
"web_url": "https://mail.google.com/"
}
}
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"