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

Unified Diff: ash/ash_switches.h

Issue 12588008: Add switch to run ash tests on desktop in windows 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « no previous file | ash/ash_switches.cc » ('j') | ash/ash_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | ash/ash_switches.cc » ('j') | ash/ash_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698