Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(999)

Side by Side Diff: chrome/browser/pepper_broker_infobar_delegate.h

Issue 289083004: infobars: Componentize ConfirmInfoBarDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PEPPER_BROKER_INFOBAR_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_PEPPER_BROKER_INFOBAR_DELEGATE_H_
6 #define CHROME_BROWSER_PEPPER_BROKER_INFOBAR_DELEGATE_H_ 6 #define CHROME_BROWSER_PEPPER_BROKER_INFOBAR_DELEGATE_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/files/file_path.h" 9 #include "base/files/file_path.h"
10 #include "chrome/browser/infobars/confirm_infobar_delegate.h" 10 #include "components/infobars/core/confirm_infobar_delegate.h"
11 #include "url/gurl.h" 11 #include "url/gurl.h"
12 12
13 class HostContentSettingsMap; 13 class HostContentSettingsMap;
14 class InfoBarService; 14 class InfoBarService;
15 class TabSpecificContentSettings; 15 class TabSpecificContentSettings;
16 16
17 namespace content { 17 namespace content {
18 class WebContents; 18 class WebContents;
19 } 19 }
20 20
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 const base::FilePath plugin_path_; 56 const base::FilePath plugin_path_;
57 const std::string languages_; 57 const std::string languages_;
58 HostContentSettingsMap* content_settings_; 58 HostContentSettingsMap* content_settings_;
59 TabSpecificContentSettings* tab_content_settings_; 59 TabSpecificContentSettings* tab_content_settings_;
60 base::Callback<void(bool)> callback_; 60 base::Callback<void(bool)> callback_;
61 61
62 DISALLOW_COPY_AND_ASSIGN(PepperBrokerInfoBarDelegate); 62 DISALLOW_COPY_AND_ASSIGN(PepperBrokerInfoBarDelegate);
63 }; 63 };
64 64
65 #endif // CHROME_BROWSER_PEPPER_BROKER_INFOBAR_DELEGATE_H_ 65 #endif // CHROME_BROWSER_PEPPER_BROKER_INFOBAR_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/save_password_infobar_delegate.h ('k') | chrome/browser/plugins/plugin_infobar_delegates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698