Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index e889131b95beca21793ddde3e57a98c6cf693080..32a1527e078341f1a8250a3f822a9ecaaf2030fe 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -332,6 +332,12 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate, |
// Test if the MaximizeModeWindowManager is enabled or not. |
bool IsMaximizeModeWindowManagerEnabled(); |
+ // Test if MaximizeModeWindowManager is not enabled, and if |
+ // MaximizeModeController is not currently setting a display rotation. Or if |
+ // the |resolution_notification_controller_| is not showing its confirmation |
+ // dialog. If true then changes to display settings can be saved. |
+ bool ShouldSaveDisplaySettings(); |
+ |
AcceleratorController* accelerator_controller() { |
return accelerator_controller_.get(); |
} |