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

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

Issue 2123653006: Rename PermissionBubbleRequest to PermissionRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_manager_rename
Patch Set: Fix missed file Created 4 years, 5 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_controller.h
diff --git a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
index 0dbda3e61bdc97b001a6f0a2e758d567a0be0c2b..d1c90006e3459fe384f725adf38684eda53fbb63 100644
--- a/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/website_settings/permission_bubble_controller.h
@@ -11,7 +11,7 @@
@class MenuController;
class PermissionBubbleCocoa;
-class PermissionBubbleRequest;
+class PermissionRequest;
@interface PermissionBubbleController :
BaseBubbleController<NSTextViewDelegate> {
@@ -45,7 +45,7 @@ class PermissionBubbleRequest;
// Makes the bubble visible. The bubble will be popuplated with text retrieved
// from |requests|. |delegate| will receive callbacks for user actions.
- (void)showWithDelegate:(PermissionBubbleView::Delegate*)delegate
- forRequests:(const std::vector<PermissionBubbleRequest*>&)requests
+ forRequests:(const std::vector<PermissionRequest*>&)requests
acceptStates:(const std::vector<bool>&)acceptStates;
// Will reposition the bubble based in case the anchor or parent should change.

Powered by Google App Engine
This is Rietveld 408576698