Chromium Code Reviews| 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"] |