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

Unified Diff: chrome/common/extensions/permissions/permission_set.h

Issue 10815028: Make ActiveTabPermissionManager also grant the tabs permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 8 years, 5 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
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/permission_set.h
diff --git a/chrome/common/extensions/permissions/permission_set.h b/chrome/common/extensions/permissions/permission_set.h
index 4068a2f3fb4cf2b9c68bdd8c721fcba12317543b..76d652138f81e1b45150d5664499255a6a8ad3a0 100644
--- a/chrome/common/extensions/permissions/permission_set.h
+++ b/chrome/common/extensions/permissions/permission_set.h
@@ -70,7 +70,6 @@ class PermissionSet
// Gets the API permissions in this set, plus any that have implicit access
// (such as APIs that require no permissions, or APIs with functions that
// require no permissions).
- // TODO(kalman): return scoped_ptr to avoid copying.
std::set<std::string> GetAPIsWithAnyAccessAsStrings() const;
// Returns whether this namespace has any functions which the extension has
« no previous file with comments | « chrome/common/extensions/extension_unittest.cc ('k') | chrome/renderer/extensions/extension_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698