Index: extensions/common/extensions_client.h |
diff --git a/extensions/common/extensions_client.h b/extensions/common/extensions_client.h |
index 263d2f4abd7c465c21bfbe88ffc48b58499e2ac4..03876dc80ae3417b9b77a90f70666af3083643a6 100644 |
--- a/extensions/common/extensions_client.h |
+++ b/extensions/common/extensions_client.h |
@@ -66,15 +66,6 @@ class ExtensionsClient { |
// Takes the list of all hosts and filters out those with special |
// permission strings. Adds the regular hosts to |new_hosts|, |
- // and adds the special permission messages to |messages|. |
- // TODO(sashab): Deprecate this in favour of FilterHostPermissions() below. |
- virtual void FilterHostPermissions( |
- const URLPatternSet& hosts, |
- URLPatternSet* new_hosts, |
- std::set<PermissionMessage>* messages) const = 0; |
- |
- // Takes the list of all hosts and filters out those with special |
- // permission strings. Adds the regular hosts to |new_hosts|, |
// and adds any additional permissions to |permissions|. |
// TODO(sashab): Split this function in two: One to filter out ignored host |
// permissions, and one to get permissions for the given hosts. |