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

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

Issue 22706006: Implementation of the DeviceInfo get API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for try jobs Created 7 years, 4 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 548703443533712014bb2cc46a472a348fea0cbb..2070d1a642585db7dea619bfda38faa609909df2 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -466,6 +466,10 @@
"dependencies": ["permission:sessionRestore"],
"contexts": ["blessed_extension"]
},
+ "signedInDevices": {
+ "dependencies": ["permission:signedInDevices"],
+ "contexts": ["blessed_extension"]
+ }.
not at google - send to devlin 2013/08/16 22:03:47 This should be a , not a . Please don't dcommit wh
"socket": {
"dependencies": ["permission:socket"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/browser/sync/profile_sync_service_mock.cc ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698