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

Unified Diff: views/window/window.cc

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.cc
diff --git a/views/window/window.cc b/views/window/window.cc
index ea6fcc1b7383de33ca068bf29a7328c50bd8d15a..07380f1eab68c7d3fdecc1e2676e5ffc12e20016 100644
--- a/views/window/window.cc
+++ b/views/window/window.cc
@@ -49,4 +49,8 @@ void Window::CloseSecondaryWidget(Widget* widget) {
}
}
+bool Window::IsAppWindow() const {
+ return false;
+}
+
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698