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

Unified Diff: chrome/browser/pepper_broker_infobar_delegate.h

Issue 11488009: Add content settings page action for Pepper broker authorization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/pepper_broker_infobar_delegate.h
diff --git a/chrome/browser/pepper_broker_infobar_delegate.h b/chrome/browser/pepper_broker_infobar_delegate.h
index d2aeee6af88db4ac7833dd9493ef1574ff795ad3..6169e3d1eb4b197d86fd345ecc84a7675261bad7 100644
--- a/chrome/browser/pepper_broker_infobar_delegate.h
+++ b/chrome/browser/pepper_broker_infobar_delegate.h
@@ -12,6 +12,7 @@
class HostContentSettingsMap;
class InfoBarService;
+class TabSpecificContentSettings;
namespace content {
class WebContents;
@@ -48,6 +49,7 @@ class PepperBrokerInfoBarDelegate : public ConfirmInfoBarDelegate {
const FilePath& plugin_path,
const std::string& languages,
HostContentSettingsMap* content_settings,
+ TabSpecificContentSettings* tab_content_settings,
const base::Callback<void(bool)>& callback);
virtual ~PepperBrokerInfoBarDelegate();
@@ -57,6 +59,7 @@ class PepperBrokerInfoBarDelegate : public ConfirmInfoBarDelegate {
const FilePath plugin_path_;
const std::string languages_;
HostContentSettingsMap* content_settings_;
+ TabSpecificContentSettings* tab_content_settings_;
base::Callback<void(bool)> callback_;
DISALLOW_COPY_AND_ASSIGN(PepperBrokerInfoBarDelegate);
« no previous file with comments | « chrome/browser/content_settings/tab_specific_content_settings.cc ('k') | chrome/browser/pepper_broker_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698