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

Unified Diff: content/shell/browser/shell_permission_manager.cc

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.h ('k') | content/test/mock_permission_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_permission_manager.cc
diff --git a/content/shell/browser/shell_permission_manager.cc b/content/shell/browser/shell_permission_manager.cc
index fc0bacb0fc8d22e343ab9ee5f149aad955467e4d..5311d5dbeda9d131ccd24af8f9a9d94da6b975b4 100644
--- a/content/shell/browser/shell_permission_manager.cc
+++ b/content/shell/browser/shell_permission_manager.cc
@@ -86,12 +86,6 @@ blink::mojom::PermissionStatus ShellPermissionManager::GetPermissionStatus(
return blink::mojom::PermissionStatus::DENIED;
}
-void ShellPermissionManager::RegisterPermissionUsage(
- PermissionType permission,
- const GURL& requesting_origin,
- const GURL& embedding_origin) {
-}
-
int ShellPermissionManager::SubscribePermissionStatusChange(
PermissionType permission,
const GURL& requesting_origin,
« no previous file with comments | « content/shell/browser/shell_permission_manager.h ('k') | content/test/mock_permission_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698