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

Unified Diff: extensions/common/api/sockets/sockets_manifest_permission.h

Issue 1213623006: Extensions: Remove PermissionMessage (permission_message.h/cc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_getmessages
Patch Set: fix app_shell build, rebase Created 5 years, 4 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: extensions/common/api/sockets/sockets_manifest_permission.h
diff --git a/extensions/common/api/sockets/sockets_manifest_permission.h b/extensions/common/api/sockets/sockets_manifest_permission.h
index 324acd6db337f78f1862bbc3a48cd181691f1582..555795769a027886fb290e146f9452b6a97bece5 100644
--- a/extensions/common/api/sockets/sockets_manifest_permission.h
+++ b/extensions/common/api/sockets/sockets_manifest_permission.h
@@ -55,8 +55,7 @@ class SocketsManifestPermission : public ManifestPermission {
// Adds the permissions from |sockets| into the permission lists |ids| and
// |messages|. If either is NULL, that list is ignored.
static void AddSocketHostPermissions(const SocketPermissionEntrySet& sockets,
- PermissionIDSet* ids,
- PermissionMessages* messages);
+ PermissionIDSet* ids);
SocketPermissionEntrySet permissions_;
};

Powered by Google App Engine
This is Rietveld 408576698