| Index: chrome/browser/chromeos/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/frame/browser_view.h (revision 42236)
|
| +++ chrome/browser/chromeos/frame/browser_view.h (working copy)
|
| @@ -28,13 +28,12 @@
|
| class CompactLocationBar;
|
| class CompactLocationBarHost;
|
| class CompactNavigationBar;
|
| -class AppLauncher;
|
| class StatusAreaButton;
|
|
|
| // chromeos::BrowserView adds ChromeOS specific controls and menus to a
|
| // BrowserView created with Browser::TYPE_NORMAL. This extender adds controls
|
| // to the title bar as follows:
|
| -// ____ __ __
|
| +// ____ __ __
|
| // [AppLauncher] / \ \ \ [StatusArea]
|
| //
|
| // and adds the system context menu to the remaining arae of the titlebar.
|
| @@ -96,9 +95,6 @@
|
| private:
|
| void InitSystemMenu();
|
|
|
| - // AppLauncher instance.
|
| - scoped_ptr<AppLauncher> main_menu_;
|
| -
|
| // AppLauncher button.
|
| views::ImageButton* main_menu_button_;
|
|
|
|
|