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

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

Issue 1088593004: Add the IDL for chrome.instanceID API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 5 years, 8 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 c8b4fc64eb0cc3394cb9699880c42e076e358ccf..6bd884bbc628582ae3e527dc10caea4ba15e7b8e 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -495,6 +495,10 @@
"dependencies": ["permission:inputMethodPrivate"],
"contexts": ["blessed_extension"]
},
+ "instanceID": {
+ "dependencies": ["permission:gcm"],
fgorski 2015/04/22 17:34:59 Is this choice conscious? When we start using Inst
jianli 2015/04/22 20:18:20 For now I think it would be better to put it under
not at google - send to devlin 2015/04/22 20:47:42 If you add other APIs that depend on instanceID yo
+ "contexts": ["blessed_extension"]
+ },
"launcherPage": {
"dependencies": ["manifest:launcher_page"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698