summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 20:50:01 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-14 20:50:01 +0000
commit90499e5f5e069f92ea73fd9b24b668384303be53 (patch)
tree8100e56c8db25bf60fb1151811a2afc37793ded1 /views
parent61fc302c4fda79bf3fcc5572c5fa5163a2590e08 (diff)
downloadchromium_src-90499e5f5e069f92ea73fd9b24b668384303be53.zip
chromium_src-90499e5f5e069f92ea73fd9b24b668384303be53.tar.gz
chromium_src-90499e5f5e069f92ea73fd9b24b668384303be53.tar.bz2
Add ChromeOS controls to BrowserView
* Added BrowserExtender class to isolate ChromeOS specific controls from BrowserView * Extender currently adds main menu and status area view only. * System menu is not enabled because using SetContextMenuController on NonClientFrameView didn't work. I need to investigate how. * PanelController support will be added in next CL. Review URL: http://codereview.chromium.org/269078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29021 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/window/non_client_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/non_client_view.h b/views/window/non_client_view.h
index 6ed0dcf..34992ec 100644
--- a/views/window/non_client_view.h
+++ b/views/window/non_client_view.h
@@ -104,7 +104,7 @@ class NonClientFrameView : public View {
// +- views::Window ------------------------------------+
// | +- views::RootView ------------------------------+ |
// | | +- views::NonClientView ---------------------+ | |
-// | | | +- views::NonClientView subclass ---+ | | |
+// | | | +- views::NonClientFrameView subclas ---+ | | |
// | | | | | | | |
// | | | | << all painting and event receiving >> | | | |
// | | | | << of the non-client areas of a >> | | | |