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

Side by Side Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 2505653003: [Mac[ FullscreenToolbarController Refactor (Closed)
Patch Set: nits Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
7 7
8 #import "chrome/browser/ui/cocoa/browser_window_controller.h" 8 #import "chrome/browser/ui/cocoa/browser_window_controller.h"
9 #import "chrome/browser/ui/cocoa/browser_window_layout.h" 9 #import "chrome/browser/ui/cocoa/browser_window_layout.h"
10 #import "chrome/browser/ui/cocoa/fullscreen_toolbar_controller.h" 10 #import "chrome/browser/ui/cocoa/fullscreen/fullscreen_toolbar_controller.h"
11 11
12 @class BrowserWindowLayout; 12 @class BrowserWindowLayout;
13 class PermissionRequestManager; 13 class PermissionRequestManager;
14 14
15 namespace content { 15 namespace content {
16 class WebContents; 16 class WebContents;
17 } // content. 17 } // content.
18 18
19 // Private methods for the |BrowserWindowController|. This category should 19 // Private methods for the |BrowserWindowController|. This category should
20 // contain the private methods used by different parts of the BWC; private 20 // contain the private methods used by different parts of the BWC; private
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 - (void)adjustUIForEnteringFullscreen; 160 - (void)adjustUIForEnteringFullscreen;
161 161
162 // Accessor for the controller managing the fullscreen toolbar visibility 162 // Accessor for the controller managing the fullscreen toolbar visibility
163 // locks. 163 // locks.
164 - (FullscreenToolbarVisibilityLockController*) 164 - (FullscreenToolbarVisibilityLockController*)
165 fullscreenToolbarVisibilityLockController; 165 fullscreenToolbarVisibilityLockController;
166 166
167 @end // @interface BrowserWindowController(Private) 167 @end // @interface BrowserWindowController(Private)
168 168
169 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_ 169 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698