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

Unified Diff: chrome/common/extensions/docs/examples/apps/calculator/app/manifest.json

Issue 11316346: Make calculator app handle onRestarted events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update variable names 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/apps/calculator/app/controller.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/apps/calculator/app/manifest.json
diff --git a/chrome/common/extensions/docs/examples/apps/calculator/app/manifest.json b/chrome/common/extensions/docs/examples/apps/calculator/app/manifest.json
index 4799a6c11a2cad12b6ddb4a02192e0cbe0b13c05..965a23b4aafa5da509a9e378c9c30eddda6a7881 100644
--- a/chrome/common/extensions/docs/examples/apps/calculator/app/manifest.json
+++ b/chrome/common/extensions/docs/examples/apps/calculator/app/manifest.json
@@ -8,5 +8,6 @@
"icons": {
"16": "images/icon-16x16.png",
"128": "images/icon-128x128.png"
- }
+ },
+ "permissions": ["storage"]
}
« no previous file with comments | « chrome/common/extensions/docs/examples/apps/calculator/app/controller.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698