| Index: chrome/browser/permissions/permission_prompt_android.h
|
| diff --git a/chrome/browser/permissions/permission_prompt_android.h b/chrome/browser/permissions/permission_prompt_android.h
|
| index d80d117dda7aa1d283939fba87be925ea1e6edc3..da43fd3ce55e9725756bda626c618515a7dbea30 100644
|
| --- a/chrome/browser/permissions/permission_prompt_android.h
|
| +++ b/chrome/browser/permissions/permission_prompt_android.h
|
| @@ -11,17 +11,12 @@
|
| #include "chrome/browser/ui/permission_bubble/permission_prompt.h"
|
| #include "components/content_settings/core/common/content_settings_types.h"
|
|
|
| -class InfoBarService;
|
| class PermissionRequest;
|
|
|
| namespace content {
|
| class WebContents;
|
| }
|
|
|
| -namespace infobars {
|
| -class InfoBar;
|
| -}
|
| -
|
| class PermissionPromptAndroid : public PermissionPrompt {
|
| public:
|
| explicit PermissionPromptAndroid(content::WebContents* web_contents);
|
| @@ -54,9 +49,6 @@ class PermissionPromptAndroid : public PermissionPrompt {
|
| content::WebContents* web_contents_;
|
| // |delegate_| is the PermissionRequestManager, which owns this object.
|
| Delegate* delegate_;
|
| - // |infobar_| is owned by the InfoBarService; we keep a pointer here so we can
|
| - // ask the service to remove the infobar after it is added.
|
| - infobars::InfoBar* infobar_;
|
| // The current request being displayed (if any).
|
| std::vector<PermissionRequest*> requests_;
|
|
|
|
|