summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/stubs_apitest.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-12 22:03:11 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-12 22:03:11 +0000
commit83820d454c4ffe31faeb8a726a3ebb033f6ac71c (patch)
tree2a0a6fa84e6d477d755b304eb314fa0b8a3bbfc2 /chrome/browser/extensions/stubs_apitest.cc
parent31a7eef76caaaa50d57166c26ebe2f9625000642 (diff)
downloadchromium_src-83820d454c4ffe31faeb8a726a3ebb033f6ac71c.zip
chromium_src-83820d454c4ffe31faeb8a726a3ebb033f6ac71c.tar.gz
chromium_src-83820d454c4ffe31faeb8a726a3ebb033f6ac71c.tar.bz2
Enable extension APIs for content scripts.
This only enables extension functions. I will do events in a separate change. BUG=81760,80308 Review URL: http://codereview.chromium.org/8540012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/stubs_apitest.cc')
-rw-r--r--chrome/browser/extensions/stubs_apitest.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/extensions/stubs_apitest.cc b/chrome/browser/extensions/stubs_apitest.cc
index f321737..b86da70 100644
--- a/chrome/browser/extensions/stubs_apitest.cc
+++ b/chrome/browser/extensions/stubs_apitest.cc
@@ -10,11 +10,6 @@
// Tests that we throw errors when you try using extension APIs that aren't
// supported in content scripts.
-//
-// If you have added a new API to extension_api.json and this test starts
-// failing, most likely you need to either mark it as "unprivileged" (if it
-// should be available in content scripts) or update the list of privileged APIs
-// in renderer_extension_bindings.js.
// Timey-outy on mac. http://crbug.com/89116
#if defined(OS_MACOSX)
#define MAYBE_Stubs DISABLED_Stubs