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

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

Issue 11348335: Revert 170514 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/permissions/permission_set.h
===================================================================
--- chrome/common/extensions/permissions/permission_set.h (revision 170599)
+++ chrome/common/extensions/permissions/permission_set.h (working copy)
@@ -59,11 +59,6 @@
static PermissionSet* CreateUnion(
const PermissionSet* set1, const PermissionSet* set2);
- // Creates a new permission set that only contains permissions that must be
- // in the manifest. Passes ownership of the new set to the caller.
- static PermissionSet* ExcludeNotInManifestPermissions(
- const PermissionSet* set);
-
bool operator==(const PermissionSet& rhs) const;
// Returns true if |set| is a subset of this.
« no previous file with comments | « chrome/common/extensions/permissions/permission_message.h ('k') | chrome/common/extensions/permissions/permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698