Index: ash/ash_switches.h |
diff --git a/ash/ash_switches.h b/ash/ash_switches.h |
index ee61b030d315a88d9244c40b80621e9297f6e9bc..c4b21abef54d4811949ac93b8d65163823ebddfe 100644 |
--- a/ash/ash_switches.h |
+++ b/ash/ash_switches.h |
@@ -46,6 +46,9 @@ ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; |
ASH_EXPORT extern const char kAshTouchHud[]; |
ASH_EXPORT extern const char kAuraLegacyPowerButton[]; |
ASH_EXPORT extern const char kAshOverrideDisplayOrientation[]; |
+#if defined(OS_WIN) |
+ASH_EXPORT extern const char kForceAshToDesktop[]; |
+#endif |
} // namespace switches |
} // namespace ash |