Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4653)

Unified Diff: chrome/test/data/extensions/api_test/active_tab/manifest.json

Issue 10829186: Tabs API is usable without tabs permission. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ETU now SetString()'s for empty values Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/active_tab/manifest.json
diff --git a/chrome/test/data/extensions/api_test/active_tab/manifest.json b/chrome/test/data/extensions/api_test/active_tab/manifest.json
index 853be563abf2cade3f1aa36d0e61cc25c6843c93..83ae540ec5df94411ae6f3b549ea17d9b7f5486b 100644
--- a/chrome/test/data/extensions/api_test/active_tab/manifest.json
+++ b/chrome/test/data/extensions/api_test/active_tab/manifest.json
@@ -9,6 +9,7 @@
"permissions": [
"activeTab",
+ "tabs",
"webNavigation"
],

Powered by Google App Engine
This is Rietveld 408576698