| 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 754f9cb911f07aa6c1968202ec00e0aa6d7b42be..af1e510c9b5a3b1092868df5d3deed7f635dc2d9 100644
|
| --- a/chrome/browser/safe_browsing/ui_manager.h
|
| +++ b/chrome/browser/safe_browsing/ui_manager.h
|
| @@ -155,7 +155,8 @@ class SafeBrowsingUIManager
|
| void ReportPermissionAction(const GURL& origin,
|
| content::PermissionType permission,
|
| PermissionAction action,
|
| - PermissionSourceUI source_ui);
|
| + PermissionSourceUI source_ui,
|
| + bool user_gesture);
|
|
|
| // Add and remove observers. These methods must be invoked on the UI thread.
|
| void AddObserver(Observer* observer);
|
| @@ -181,7 +182,8 @@ class SafeBrowsingUIManager
|
| void ReportPermissionActionOnIOThread(const GURL& origin,
|
| content::PermissionType permission,
|
| PermissionAction action,
|
| - PermissionSourceUI source_ui);
|
| + PermissionSourceUI source_ui,
|
| + bool user_gesture);
|
|
|
| // Updates the whitelist state. Called on the UI thread.
|
| void AddToWhitelist(const UnsafeResource& resource);
|
|
|