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

Unified Diff: chrome/browser/cocoa/browser_window_controller.h

Issue 2906009: Remove fields that are unused and reference classes that do not exist. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Update comment Created 10 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/throbber_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/browser_window_controller.h
diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h
index 5882363850040a9fcc809b0fa4b7b7c2c0e1caaf..77ecc9bf6122273a5f02497935da700130f55605 100644
--- a/chrome/browser/cocoa/browser_window_controller.h
+++ b/chrome/browser/cocoa/browser_window_controller.h
@@ -42,7 +42,6 @@ class TabContents;
class TabStripModelObserverBridge;
@class TabStripView;
@class ToolbarController;
-@class TitlebarController;
@interface BrowserWindowController :
@@ -60,7 +59,6 @@ class TabStripModelObserverBridge;
scoped_ptr<TabStripModelObserverBridge> tabObserver_;
scoped_ptr<BrowserWindowCocoa> windowShim_;
scoped_nsobject<ToolbarController> toolbarController_;
- scoped_nsobject<TitlebarController> titlebarController_;
scoped_nsobject<TabStripController> tabStripController_;
scoped_nsobject<FindBarCocoaController> findBarCocoaController_;
scoped_nsobject<InfoBarContainerController> infoBarContainerController_;
« no previous file with comments | « no previous file | chrome/browser/cocoa/throbber_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698