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

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

Issue 173306: Force databases and localstorage to be enabled extensions. (Closed)
Patch Set: cleanup Created 11 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/storage/manifest.json
diff --git a/chrome/test/data/extensions/api_test/storage/manifest.json b/chrome/test/data/extensions/api_test/storage/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..0e167e4bb8e3167268225194259e6332103e9d47
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/storage/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "chrome.storage",
+ "version": "0.1",
+ "description": "sanity test that storage is always enabled for extensions",
+ "background_page": "background.html",
+ "permissions": ["tabs"]
+}

Powered by Google App Engine
This is Rietveld 408576698