| Index: chrome/browser/ui/views/website_settings/permission_prompt_impl.h
|
| diff --git a/chrome/browser/ui/views/website_settings/permission_prompt_impl.h b/chrome/browser/ui/views/website_settings/permission_prompt_impl.h
|
| index c8e6fc955853a43ca9765ea87cf00f070bd095d5..08256195b248ba7d24f4d3eced9bbb1b09a2ab9f 100644
|
| --- a/chrome/browser/ui/views/website_settings/permission_prompt_impl.h
|
| +++ b/chrome/browser/ui/views/website_settings/permission_prompt_impl.h
|
| @@ -20,6 +20,7 @@ class View;
|
|
|
| class Browser;
|
| class PermissionsBubbleDialogDelegateView;
|
| +class Profile;
|
|
|
| class PermissionPromptImpl : public PermissionPrompt {
|
| public:
|
| @@ -42,6 +43,8 @@ class PermissionPromptImpl : public PermissionPrompt {
|
| void Accept();
|
| void Deny();
|
|
|
| + Profile* GetProfile();
|
| +
|
| private:
|
| // These three functions have separate implementations for Views-based and
|
| // Cocoa-based browsers, to allow this bubble to be used in either.
|
|
|