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

Unified Diff: views/window/window.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: views/window/window.h
diff --git a/views/window/window.h b/views/window/window.h
index e083f68ff5dbb2e506a1239bcbbd294efa5889e8..bc12d3d8dc69dfd84c2478caa356fd5bd98637ae 100644
--- a/views/window/window.h
+++ b/views/window/window.h
@@ -138,7 +138,7 @@ class Window {
// Returns true if the Window is considered to be an "app window" - i.e.
// any window which when it is the last of its type closed causes the
// application to exit.
- virtual bool IsAppWindow() const { return false; }
+ virtual bool IsAppWindow() const;
// Toggles the enable state for the Close button (and the Close menu item in
// the system menu).

Powered by Google App Engine
This is Rietveld 408576698