Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 16add64ab50f47014fc13803f5be4f8f8518fe7a..4ffee25c0d33441444e0a6f6a39fb65b0252f5e6 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -101,6 +101,9 @@ class ASH_EXPORT Shell { |
// installed or removed. |
void ChangeWindowMode(WindowMode mode); |
+ // Sets an appropriate window mode for the given screen resolution. |
+ void SetWindowModeForMonitorSize(const gfx::Size& monitor_size); |
+ |
// Returns true if the screen is locked. |
bool IsScreenLocked() const; |