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

Unified Diff: content/test/mock_permission_manager.h

Issue 2697473002: Remove last usage functions from HostContentSettingsMap and clean up prefs (Closed)
Patch Set: fix up unit test Created 3 years, 10 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 | « content/shell/browser/shell_permission_manager.cc ('k') | device/geolocation/geolocation_service_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_permission_manager.h
diff --git a/content/test/mock_permission_manager.h b/content/test/mock_permission_manager.h
index 3f767aeb285cd3d3c9120034ed71369f53c5a90e..20e9444e0da6e52e2d86f884ed602833f93c1606 100644
--- a/content/test/mock_permission_manager.h
+++ b/content/test/mock_permission_manager.h
@@ -46,9 +46,6 @@ class MockPermissionManager : public PermissionManager {
void ResetPermission(PermissionType permission,
const GURL& requesting_origin,
const GURL& embedding_origin) override {}
- void RegisterPermissionUsage(PermissionType permission,
- const GURL& requesting_origin,
- const GURL& embedding_origin) override {}
int SubscribePermissionStatusChange(
PermissionType permission,
const GURL& requesting_origin,
« no previous file with comments | « content/shell/browser/shell_permission_manager.cc ('k') | device/geolocation/geolocation_service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698