Index: chrome/browser/permissions/permission_context_base.h |
diff --git a/chrome/browser/permissions/permission_context_base.h b/chrome/browser/permissions/permission_context_base.h |
index 15a32a03dfbfca1111b92bb9c3b088cf58b2ef52..eaf463d5d0ce944c555525712dcaf8d1b1473e40 100644 |
--- a/chrome/browser/permissions/permission_context_base.h |
+++ b/chrome/browser/permissions/permission_context_base.h |
@@ -181,10 +181,6 @@ class PermissionContextBase : public KeyedService { |
const BrowserPermissionCallback& callback, |
bool permission_blocked); |
- void SetSafeBrowsingDatabaseManagerAndTimeoutForTest( |
- scoped_refptr<safe_browsing::SafeBrowsingDatabaseManager> db_manager, |
- int timeout); |
- |
Profile* profile_; |
const content::PermissionType permission_type_; |
const ContentSettingsType content_settings_type_; |