summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 22:20:23 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 22:20:23 +0000
commit5d7dcab20d461cdd369dcb812ed4afc1af5532bf (patch)
tree07e2ae7fd028f71d7ce89de15cad8490f1df7073
parent57d49a213c0b00a6c3fcbb283c5a1cdb4a3b7dd1 (diff)
downloadchromium_src-5d7dcab20d461cdd369dcb812ed4afc1af5532bf.zip
chromium_src-5d7dcab20d461cdd369dcb812ed4afc1af5532bf.tar.gz
chromium_src-5d7dcab20d461cdd369dcb812ed4afc1af5532bf.tar.bz2
Add permission to use the tabs object for the benchmarking extension.
Without this, the benchmark just doesn't run. BUG=none TEST=none Review URL: http://codereview.chromium.org/265024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28322 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/data/extensions/samples/benchmark/manifest.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/samples/benchmark/manifest.json b/chrome/test/data/extensions/samples/benchmark/manifest.json
index c2b5261..101c27f 100644
--- a/chrome/test/data/extensions/samples/benchmark/manifest.json
+++ b/chrome/test/data/extensions/samples/benchmark/manifest.json
@@ -10,5 +10,8 @@
"matches": ["http://*/*"],
"js": ["script.js"]
}
+ ],
+ "permissions": [
+ "tabs"
]
}