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

Unified Diff: chrome/common/extensions/docs/examples/api/systemInfo/manifest.json

Issue 11415249: Remove systemInfo sample since it was landed to chrome-app-samples on github (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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/common/extensions/docs/examples/api/systemInfo/main.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/systemInfo/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/systemInfo/manifest.json b/chrome/common/extensions/docs/examples/api/systemInfo/manifest.json
deleted file mode 100644
index 57e3070f7ff036699f4af61d9079fb3c64406856..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/api/systemInfo/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "version": "0.1",
- "name": "SystemInfo APIs",
- "permissions": ["experimental"],
- "manifest_version": 2,
- "description": "Show disk capacity via SystemInfo API",
- "app": {
- "launch": {
- "local_path": "index.html"
- }
- }
-}
« no previous file with comments | « chrome/common/extensions/docs/examples/api/systemInfo/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698