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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 18063003: Chromium extension API - written as part of course in Open Software Development at Reykjavik Univer… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Second round of fixes from review Created 7 years, 6 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/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 192ccea8af5114f0580bb8926bc50861fe05b3f3..183c14a101ccc18f4f94bac74c671ca372192c8b 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -478,6 +478,15 @@
"extension_types": "all",
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
+ "time": {
+ "dependencies": ["permission:time"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "time.getTime": {
+ "dependencies": ["permission:time"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+
"topSites": {
"dependencies": ["permission:topSites"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698