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

Unified Diff: chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h

Issue 2335623002: Use WebContents instead of Browser to construct PermissionPrompt (Closed)
Patch Set: Created 4 years, 3 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/cocoa/website_settings/permission_bubble_cocoa.h
diff --git a/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h b/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h
index ee87b08d737f81f6f40eff213c849748d6b11cf9..3ebeb7eb71998bab9f2941889578de389a97ec33 100644
--- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h
+++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_cocoa.h
@@ -20,7 +20,7 @@ class Browser;
class PermissionBubbleCocoa : public PermissionPrompt {
public:
- explicit PermissionBubbleCocoa(Browser* browser);
+ explicit PermissionBubbleCocoa(content::WebContents* web_contents);
~PermissionBubbleCocoa() override;
// PermissionPrompt:

Powered by Google App Engine
This is Rietveld 408576698