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

Unified Diff: chrome/browser/ui/views/website_settings/permission_prompt_impl.h

Issue 2408613002: Replace kPreferHtmlOverPlugins feature checks with PluginUtils::ShouldPreferHtmlOverPlugi… (Closed)
Patch Set: Replace remaining kPreferHtmlOverPlugins feature checks with PluginUtils::ShouldPreferHtmlOverPlugi… Created 4 years, 2 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/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.

Powered by Google App Engine
This is Rietveld 408576698