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

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: sync Created 8 years 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 0d05371ac29e9cdcfa60356314679e3c0bf6d609..d9160725795bebee1a1641bb0c500a292f5f5142 100644
--- a/chrome/browser/pepper_broker_infobar_delegate.h
+++ b/chrome/browser/pepper_broker_infobar_delegate.h
@@ -12,6 +12,7 @@
class HostContentSettingsMap;
class InfoBarTabHelper;
+class TabSpecificContentSettings;
namespace content {
class WebContents;
@@ -47,6 +48,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);
void DispatchCallback(bool result);
@@ -55,6 +57,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);

Powered by Google App Engine
This is Rietveld 408576698