| Index: chrome/common/extensions/extension_permission_set.cc
|
| diff --git a/chrome/common/extensions/extension_permission_set.cc b/chrome/common/extensions/extension_permission_set.cc
|
| index 8301c3a4e519aebf59648365e69f73a24b93134a..ddbe6a8a5433118e1bbcb521bfda5c102a455c36 100644
|
| --- a/chrome/common/extensions/extension_permission_set.cc
|
| +++ b/chrome/common/extensions/extension_permission_set.cc
|
| @@ -361,8 +361,6 @@ void ExtensionAPIPermission::RegisterAllPermissions(
|
|
|
| // Register aliases.
|
| info->RegisterAlias("unlimitedStorage", kOldUnlimitedStoragePermission);
|
| - // TODO(mihaip): Remove this alias for platform apps, and only give them
|
| - // access to the chrome.windows.* APIs, but not the chrome.tabs.* ones.
|
| info->RegisterAlias("tabs", kWindowsPermission);
|
| // TODO(mihaip): Should be removed for the M20 branch, see
|
| // http://crbug.com/120447 for more details.
|
|
|