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

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

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years 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_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_H_
6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_H_ 6 #define CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_H_
7 7
8 // A class acting as the Objective-C controller for the Browser 8 // A class acting as the Objective-C controller for the Browser
9 // object. Handles interactions between Cocoa and the cross-platform 9 // object. Handles interactions between Cocoa and the cross-platform
10 // code. Each window has a single toolbar and, by virtue of being a 10 // code. Each window has a single toolbar and, by virtue of being a
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 class ExclusiveAccessContext; 43 class ExclusiveAccessContext;
44 @class FindBarCocoaController; 44 @class FindBarCocoaController;
45 @class FullscreenModeController; 45 @class FullscreenModeController;
46 @class FullscreenToolbarController; 46 @class FullscreenToolbarController;
47 @class FullscreenToolbarVisibilityLockController; 47 @class FullscreenToolbarVisibilityLockController;
48 @class FullscreenWindow; 48 @class FullscreenWindow;
49 class FullscreenLowPowerCoordinatorCocoa; 49 class FullscreenLowPowerCoordinatorCocoa;
50 @class InfoBarContainerController; 50 @class InfoBarContainerController;
51 class LocationBarViewMac; 51 class LocationBarViewMac;
52 @class OverlayableContentsController; 52 @class OverlayableContentsController;
53 class PermissionBubbleCocoa;
54 class StatusBubbleMac; 53 class StatusBubbleMac;
55 @class TabStripController; 54 @class TabStripController;
56 @class TabStripView; 55 @class TabStripView;
57 @class ToolbarController; 56 @class ToolbarController;
58 @class TranslateBubbleController; 57 @class TranslateBubbleController;
59 58
60 namespace content { 59 namespace content {
61 class WebContents; 60 class WebContents;
62 } 61 }
63 62
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 // Returns the fullscreen toolbar controller. 602 // Returns the fullscreen toolbar controller.
604 - (FullscreenToolbarController*)fullscreenToolbarController; 603 - (FullscreenToolbarController*)fullscreenToolbarController;
605 604
606 // Sets the fullscreen toolbar controller. 605 // Sets the fullscreen toolbar controller.
607 - (void)setFullscreenToolbarController:(FullscreenToolbarController*)controller; 606 - (void)setFullscreenToolbarController:(FullscreenToolbarController*)controller;
608 607
609 @end // @interface BrowserWindowController (TestingAPI) 608 @end // @interface BrowserWindowController (TestingAPI)
610 609
611 610
612 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_H_ 611 #endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698