Index: chrome/browser/safe_browsing/ui_manager.h |
diff --git a/chrome/browser/safe_browsing/ui_manager.h b/chrome/browser/safe_browsing/ui_manager.h |
index 7a9dac8ec128a3f958ca4a5b777b3d51a3e86e93..8ba4044d0d04a49db1da1d5236a0df316e641b13 100644 |
--- a/chrome/browser/safe_browsing/ui_manager.h |
+++ b/chrome/browser/safe_browsing/ui_manager.h |
@@ -162,7 +162,9 @@ class SafeBrowsingUIManager |
content::PermissionType permission, |
PermissionAction action, |
PermissionSourceUI source_ui, |
- PermissionRequestGestureType gesture_type); |
+ PermissionRequestGestureType gesture_type, |
+ int num_prior_dismissals, |
+ int num_prior_ignores); |
// Add and remove observers. These methods must be invoked on the UI thread. |
void AddObserver(Observer* observer); |
@@ -190,7 +192,9 @@ class SafeBrowsingUIManager |
content::PermissionType permission, |
PermissionAction action, |
PermissionSourceUI source_ui, |
- PermissionRequestGestureType gesture_type); |
+ PermissionRequestGestureType gesture_type, |
+ int num_prior_dismissals, |
+ int num_prior_ignores); |
// Updates the whitelist state. Called on the UI thread. |
void AddToWhitelist(const UnsafeResource& resource); |