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

Unified Diff: views/window/window_gtk.cc

Issue 115378: Move Always On Top setting out of Window/WindowDelegate and into task manager... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
Index: views/window/window_gtk.cc
===================================================================
--- views/window/window_gtk.cc (revision 16089)
+++ views/window/window_gtk.cc (working copy)
@@ -129,6 +129,10 @@
NOTIMPLEMENTED();
}
+void WindowGtk::SetIsAlwaysOnTop(bool always_on_top) {
+ NOTIMPLEMENTED();
+}
+
NonClientFrameView* WindowGtk::CreateFrameViewForWindow() {
// TODO(erg): Always use a custom frame view? Are there cases where we let
// the window manager deal with the X11 equivalent of the "non-client" area?

Powered by Google App Engine
This is Rietveld 408576698