| Index: chrome/common/extensions/extension_permission_set.h
|
| diff --git a/chrome/common/extensions/extension_permission_set.h b/chrome/common/extensions/extension_permission_set.h
|
| index 7bf0cfb4bb0fa2e9e9d17c3ce5a742d1ec16e2e7..f95fa4859a6643e4669b7784d94290a0f1eeb0c4 100644
|
| --- a/chrome/common/extensions/extension_permission_set.h
|
| +++ b/chrome/common/extensions/extension_permission_set.h
|
| @@ -94,15 +94,16 @@ class ExtensionAPIPermission {
|
| // Real permissions.
|
| kBackground,
|
| kBookmark,
|
| + kChromeAuthPrivate,
|
| + kChromePrivate,
|
| + kChromeosInfoPrivate,
|
| kClipboardRead,
|
| kClipboardWrite,
|
| kContentSettings,
|
| kContextMenus,
|
| kCookie,
|
| - kChromeAuthPrivate,
|
| - kChromePrivate,
|
| - kChromeosInfoPrivate,
|
| kDebugger,
|
| + kDevtools,
|
| kExperimental,
|
| kFileBrowserHandler,
|
| kFileBrowserPrivate,
|
| @@ -113,6 +114,8 @@ class ExtensionAPIPermission {
|
| kManagement,
|
| kMediaPlayerPrivate,
|
| kNotification,
|
| + kPermissions,
|
| + kPlugin,
|
| kProxy,
|
| kTab,
|
| kTts,
|
| @@ -120,9 +123,6 @@ class ExtensionAPIPermission {
|
| kUnlimitedStorage,
|
| kWebSocketProxyPrivate,
|
| kWebstorePrivate,
|
| - kDevtools,
|
| - kPlugin,
|
| - kPermissions,
|
| kEnumBoundary
|
| };
|
|
|
|
|