diff options
author | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 16:53:45 +0000 |
---|---|---|
committer | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-29 16:53:45 +0000 |
commit | 1dbc10e1ded96c967fa804dd040d1425f6bda127 (patch) | |
tree | 59c48915d88cc088e65d31a71f5eab57dd164913 /chrome/common/extensions | |
parent | 7415e329ce844348328e54a99d36f31dc72d890c (diff) | |
download | chromium_src-1dbc10e1ded96c967fa804dd040d1425f6bda127.zip chromium_src-1dbc10e1ded96c967fa804dd040d1425f6bda127.tar.gz chromium_src-1dbc10e1ded96c967fa804dd040d1425f6bda127.tar.bz2 |
Merge 243959 "Register bindings for blessed web contexts (aka ho..."
> Register bindings for blessed web contexts (aka hosted app contexts) by hand
> rather than automatically; this allows them to be treated like web contexts
> rather than extension contexts, which allows the more complex bindings rules
> for making the messaging APIs (chrome.runtime.connect/sendMessage) available.
> Make them available.
>
> BUG=326250
> R=koz@chromium.org
>
> Review URL: https://codereview.chromium.org/114803007
TBR=kalman@chromium.org
Review URL: https://codereview.chromium.org/135393006
git-svn-id: svn://svn.chromium.org/chrome/branches/1750/src@247703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r-- | chrome/common/extensions/api/_api_features.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json index eb87ca2..70aa897 100644 --- a/chrome/common/extensions/api/_api_features.json +++ b/chrome/common/extensions/api/_api_features.json @@ -4,6 +4,9 @@ // See c/c/e/features/* to understand this file, in particular feature.h, // simple_feature.h, and base_feature_provider.h. +// +// Note that specifying "web_page", "blessed_web_page", or "all" as a context +// type will require manually updating chrome/renderer/resources/dispatcher.cc. { "activityLogPrivate": { |