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

Unified Diff: chrome/browser/chromeos/frame/browser_view.h

Issue 1145001: Porting the app launcher to Windows, and adding an experimental flag... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « chrome/browser/chromeos/app_launcher.cc ('k') | chrome/browser/chromeos/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/chromeos/app_launcher.cc ('k') | chrome/browser/chromeos/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698