Index: ash/display/display_controller.h |
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h |
index f625ee55890c28979a57f901a4bc346485688cd7..88f4fe7a2a0761df8d317b558ae9072bb9632113 100644 |
--- a/ash/display/display_controller.h |
+++ b/ash/display/display_controller.h |
@@ -88,6 +88,8 @@ class ASH_EXPORT DisplayController : public aura::DisplayObserver { |
// Is extended desktop enabled? |
static bool IsExtendedDesktopEnabled(); |
+ // Change the extended desktop mode. Used for testing. |
+ static void SetExtendedDesktopEnabled(bool enabled); |
private: |
// Creates a root window for |display| and stores it in the |root_windows_| |