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

Unified Diff: chrome/browser/ui/website_settings/permission_bubble_view.h

Issue 1133283006: [PermissionBubble] Handle ownership management x-platform. Base URL: https://chromium.googlesource.com/chromium/src.git@argfix
Patch Set: And remove the platform-specific stuff. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/website_settings/permissions_bubble_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/permission_bubble_view.h
diff --git a/chrome/browser/ui/website_settings/permission_bubble_view.h b/chrome/browser/ui/website_settings/permission_bubble_view.h
index 6c3447411d5d10f2d7660eb86924a1761d1369af..cfd3c275cad32ecefd42fbf231d9a14332ca6986 100644
--- a/chrome/browser/ui/website_settings/permission_bubble_view.h
+++ b/chrome/browser/ui/website_settings/permission_bubble_view.h
@@ -7,6 +7,7 @@
#include <vector>
+class Browser;
class PermissionBubbleRequest;
class PermissionBubbleManager;
@@ -16,6 +17,10 @@ class PermissionBubbleManager;
// to the manager for the visible tab.
class PermissionBubbleView {
public:
+ // Creates the platform-specific PermissionBubbleView. Implemented by
+ // per-platform code.
+ static PermissionBubbleView* Create(Browser* Browser);
+
// The delegate will receive events caused by user action which need to
// be persisted in the per-tab UI state.
class Delegate {
« no previous file with comments | « chrome/browser/ui/views/website_settings/permissions_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698