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

Unified Diff: chrome/browser/permissions/permission_context_base.h

Issue 2640033006: Convert AutoBlocker static class to KeyedService. (Closed)
Patch Set: Remove ShouldChangeDismissalToBlock Created 3 years, 11 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698