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

Unified Diff: chrome/browser/chromeos/login/login_wizard_view.cc

Issue 577018: Support app menu and double-click close on upper left corner of window, part ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 10 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/views/constrained_window_win.cc » ('j') | views/window/window_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_wizard_view.cc
===================================================================
--- chrome/browser/chromeos/login/login_wizard_view.cc (revision 38171)
+++ chrome/browser/chromeos/login/login_wizard_view.cc (working copy)
@@ -47,8 +47,6 @@
return client_bounds;
}
- // There is no system menu.
- virtual gfx::Point GetSystemMenuPoint() const { return gfx::Point(); }
// There is no non client area.
virtual int NonClientHitTest(const gfx::Point& point) { return 0; }
« no previous file with comments | « no previous file | chrome/browser/views/constrained_window_win.cc » ('j') | views/window/window_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698