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

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: Fixing lint errors. 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
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..04822e3f40ebc828eef7b6fd7e078760ccc71a3e 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": {
Jói 2013/06/28 10:49:15 Indent -2.
hpjonsson 2013/06/28 12:13:04 Done.
+ "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"]

Powered by Google App Engine
This is Rietveld 408576698