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 c6b72f5bd7fb7e1d4cedc2d97e06d6bb81e2b41c..50d7cd814592baa5d0c8de1e412d3344661e46ff 100644 |
--- a/chrome/common/extensions/extension_permission_set.cc |
+++ b/chrome/common/extensions/extension_permission_set.cc |
@@ -367,8 +367,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. |