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