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

Unified Diff: chrome/browser/ui/constrained_window.cc

Issue 10871082: Constrained Windows Cocoa: Part 4 Refactor ConstrainedWindowSupport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: chrome/browser/ui/constrained_window.cc
diff --git a/chrome/browser/ui/constrained_window.cc b/chrome/browser/ui/constrained_window.cc
index b1d485da26fda850e23eb22be98faf581f9b29b1..5fa7c6c5cce0c43fcbf0dc091b26b58f8d2ec3f4 100644
--- a/chrome/browser/ui/constrained_window.cc
+++ b/chrome/browser/ui/constrained_window.cc
@@ -12,6 +12,10 @@ SkColor ConstrainedWindow::kTextColor = SkColorSetRGB(0x33, 0x33, 0x33);
void ConstrainedWindow::FocusConstrainedWindow() {
}
+bool ConstrainedWindow::GetCanShowConstrainedWindow() {
+ return true;
+}
+
gfx::NativeWindow ConstrainedWindow::GetNativeWindow() {
NOTREACHED();
return NULL;

Powered by Google App Engine
This is Rietveld 408576698