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

Unified Diff: content/shell/browser/layout_test/layout_test_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
Index: content/shell/browser/layout_test/layout_test_permission_manager.cc
diff --git a/content/shell/browser/layout_test/layout_test_permission_manager.cc b/content/shell/browser/layout_test/layout_test_permission_manager.cc
index 42b772a9d3d97f1aedd3ece6d88838184eca7509..c2324c03acd960665af2ef04b788a0d81afbde31 100644
--- a/content/shell/browser/layout_test/layout_test_permission_manager.cc
+++ b/content/shell/browser/layout_test/layout_test_permission_manager.cc
@@ -135,13 +135,6 @@ blink::mojom::PermissionStatus LayoutTestPermissionManager::GetPermissionStatus(
return it->second;
}
-void LayoutTestPermissionManager::RegisterPermissionUsage(
- PermissionType permission,
- const GURL& requesting_origin,
- const GURL& embedding_origin) {
- DCHECK_CURRENTLY_ON(BrowserThread::UI);
-}
-
int LayoutTestPermissionManager::SubscribePermissionStatusChange(
PermissionType permission,
const GURL& requesting_origin,
« no previous file with comments | « content/shell/browser/layout_test/layout_test_permission_manager.h ('k') | content/shell/browser/shell_permission_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698