aboutsummaryrefslogtreecommitdiff
path: root/src/access_black_list_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/access_black_list_manager.h')
-rw-r--r--src/access_black_list_manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/access_black_list_manager.h b/src/access_black_list_manager.h
index 1184f16..eb3f06a 100644
--- a/src/access_black_list_manager.h
+++ b/src/access_black_list_manager.h
@@ -31,9 +31,6 @@ class AccessBlackListManager {
const std::vector<uint8_t>& app_id,
const base::Time& expiration,
const DoneCallback& callback) = 0;
- virtual void Unblock(const std::vector<uint8_t>& user_id,
- const std::vector<uint8_t>& app_id,
- const DoneCallback& callback) = 0;
virtual bool IsBlocked(const std::vector<uint8_t>& user_id,
const std::vector<uint8_t>& app_id) const = 0;
virtual std::vector<Entry> GetEntries() const = 0;