Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6182)

Unified Diff: chrome/common/extensions/extension_permission_set.cc

Issue 10436015: Remove chrome.windows.* support for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | chrome/test/data/extensions/platform_apps/context_menu/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698