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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 2081103002: Rename PermissionBubbleManager to PermissionRequestManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments 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/browser_window_controller_private.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index 61a96e86c4cd8dc1e168aa19c237df11c02f6e7a..d75466935e77c07d43313e065048a1dd254cd7b8 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -10,7 +10,7 @@
#import "chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h"
@class BrowserWindowLayout;
-class PermissionBubbleManager;
+class PermissionRequestManager;
namespace content {
class WebContents;
@@ -176,7 +176,7 @@ class WebContents;
- (void)resetCustomAppKitFullscreenVariables;
- (content::WebContents*)webContents;
-- (PermissionBubbleManager*)permissionBubbleManager;
+- (PermissionRequestManager*)permissionRequestManager;
// Hides or unhides any displayed modal sheet for fullscreen transition.
// Modal sheets should be hidden at the beginning and then shown at the end.
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller.mm ('k') | chrome/browser/ui/cocoa/browser_window_controller_private.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698