summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/default_apps/external_extensions.json
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 21:57:47 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-04 21:57:47 +0000
commitf121003b1a1dc30ec9607fc8053e01f6fcbb2773 (patch)
treec33edab3405bfec9d50ccb74259f63e06177971a /chrome/browser/resources/default_apps/external_extensions.json
parent6c042aff9edc662652966a33124586885ada5435 (diff)
downloadchromium_src-f121003b1a1dc30ec9607fc8053e01f6fcbb2773.zip
chromium_src-f121003b1a1dc30ec9607fc8053e01f6fcbb2773.tar.gz
chromium_src-f121003b1a1dc30ec9607fc8053e01f6fcbb2773.tar.bz2
Instead of marking all default apps as bookmark apps, allow it to be specified per-app.
Controlled via the "is_bookmark_app" property in the external extensions JSON file. Removes the bookmark app option from GMail, since it uses the "notifications" permission, thus isn't just a bookmark. Also removes workaround for bug http://crbug.com/109791 (where we would reset the FROM_BOOKMARK flag even if it wasn't present anymore), since it's been out for a few releases, so no more users should need it. BUG=126042 R=asargent@chromium.org Review URL: http://codereview.chromium.org/10376004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/default_apps/external_extensions.json')
-rw-r--r--chrome/browser/resources/default_apps/external_extensions.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/resources/default_apps/external_extensions.json b/chrome/browser/resources/default_apps/external_extensions.json
index ba08f21..bdc29f9 100644
--- a/chrome/browser/resources/default_apps/external_extensions.json
+++ b/chrome/browser/resources/default_apps/external_extensions.json
@@ -7,11 +7,13 @@
{
"blpcfgokakmgnkcojhhkbfbldkacnbeo" : {
"external_crx": "youtube.crx",
- "external_version": "4.2"
+ "external_version": "4.2",
+ "is_bookmark_app": true
},
"coobgpohoikkiipiblmjeljniedjpjpf" : {
"external_crx": "search.crx",
- "external_version": "0.0.0.14"
+ "external_version": "0.0.0.14",
+ "is_bookmark_app": true
},
"pjkljhegncpnkpknbcohdijeoejaedia" : {
"external_crx": "gmail.crx",