Chromium Code Reviews| Index: chrome/common/extensions/permissions/api_permission.h |
| diff --git a/chrome/common/extensions/permissions/api_permission.h b/chrome/common/extensions/permissions/api_permission.h |
| index e33f3cdb21e7962a0825592935882cf02a8aaa08..2bfa633554aa126d86268e266911fd00e3165414 100644 |
| --- a/chrome/common/extensions/permissions/api_permission.h |
| +++ b/chrome/common/extensions/permissions/api_permission.h |
| @@ -115,7 +115,15 @@ class APIPermission { |
| kSyncFileSystem, |
| kSystemPrivate, |
| kSystemIndicator, |
| + kSystemInfoCpu, |
| kSystemInfoDisplay, |
| + kSystemInfoMemory, |
| + kSystemStorage, |
| + kSystemStorageAddAvailabaleCapacityWatch, |
| + kSystemStorageGetAllAvailableCapacityWatches, |
| + kSystemStorageRemoveAllAvailableCapacityWatches, |
| + kSystemStorageRemoveAvailableCapacityWatch, |
| + kSystemStorageOnAvailableCapacityChanged, |
|
Haojian Wu
2013/07/18 08:51:20
Do we need to these kSystemStorage*AvalableCapacit
not at google - send to devlin
2013/07/18 17:06:18
no. If the permission is same (for the sake of sho
Haojian Wu
2013/07/19 08:47:12
Done.
|
| kTab, |
| kTabCapture, |
| kTerminalPrivate, |
| @@ -135,8 +143,6 @@ class APIPermission { |
| kWebSocketProxyPrivate, |
| kWebstorePrivate, |
| kWebView, |
| - kSystemInfoCpu, |
| - kSystemInfoMemory, |
| kEnumBoundary |
| }; |