diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/docs_app/manifest.json | 1 | ||||
-rw-r--r-- | chrome/browser/resources/gmail_app/manifest.json | 1 | ||||
-rw-r--r-- | chrome/browser/resources/new_new_tab.html | 6 |
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" |