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

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

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.h
diff --git a/chrome/browser/ui/constrained_window.h b/chrome/browser/ui/constrained_window.h
index db7718e526d38520c5d4b09d4542c7e12369bbd4..8086cc061a30abacb549b076fb7bfc0774bdae47 100644
--- a/chrome/browser/ui/constrained_window.h
+++ b/chrome/browser/ui/constrained_window.h
@@ -43,6 +43,9 @@ class ConstrainedWindow {
// Sets focus on the Constrained Window.
virtual void FocusConstrainedWindow();
+ // Checks if the constrained window can be shown.
+ virtual bool GetCanShowConstrainedWindow();
Robert Sesek 2012/08/31 21:22:36 I think the "Get" here is unnecessary. Just CanSho
sail 2012/09/02 22:43:11 Done.
+
// Returns the native window of the constrained window.
virtual gfx::NativeWindow GetNativeWindow();

Powered by Google App Engine
This is Rietveld 408576698