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

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

Issue 7189029: Implement an initial extension settings API. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Make clang happy Created 9 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
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | chrome/test/data/extensions/api_test/settings/test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/settings/manifest.json
diff --git a/chrome/test/data/extensions/api_test/settings/manifest.json b/chrome/test/data/extensions/api_test/settings/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..1299a50d37e6ef18b8be761ed0844079f7a02b80
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/settings/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "settings",
+ "version": "1.0",
+ "description": "Tests that the settings API works.",
+ "permissions": ["experimental"],
+ "background_page": "test.html"
+}
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | chrome/test/data/extensions/api_test/settings/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698