| Index: content/public/browser/browser_plugin_guest_delegate.h
|
| diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
|
| index 7e1c2f7c7a72094958850934adf6fcc8aee5aac2..0cb0f9f954ae3d69baf75ee9d27b970ad87ac7c0 100644
|
| --- a/content/public/browser/browser_plugin_guest_delegate.h
|
| +++ b/content/public/browser/browser_plugin_guest_delegate.h
|
| @@ -88,7 +88,7 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
|
| // |permission_type|. Details of the permission request are found in
|
| // |request_info|. A |callback| is provided to make the decision.
|
| // Returns whether the delegate has, or will handle the permission request.
|
| - virtual bool RequestPermission(
|
| + virtual int RequestPermission(
|
| BrowserPluginPermissionType permission_type,
|
| const base::DictionaryValue& request_info,
|
| const PermissionResponseCallback& callback,
|
|
|