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

Unified Diff: ash/common/ash_switches.h

Issue 2616023005: cros: Remove OS_CHROMEOS ifdefs in ash/common (Closed)
Patch Set: Created 3 years, 11 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
Index: ash/common/ash_switches.h
diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h
index 8a145f69a644ba1bffa976adbad1451e6e527b94..08548f65c07e8f7b671d7db7575ea26c2c7a76f9 100644
--- a/ash/common/ash_switches.h
+++ b/ash/common/ash_switches.h
@@ -7,8 +7,6 @@
#include "ash/ash_export.h"
-#include "build/build_config.h"
-
namespace ash {
namespace switches {
@@ -23,16 +21,12 @@ ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[];
ASH_EXPORT extern const char kAshDebugShortcuts[];
ASH_EXPORT extern const char kAshDeveloperShortcuts[];
ASH_EXPORT extern const char kAshDisableMaximizeModeWindowBackdrop[];
-#if defined(OS_CHROMEOS)
ASH_EXPORT extern const char kAshDisableScreenOrientationLock[];
-#endif
ASH_EXPORT extern const char kAshDisableTouchExplorationMode[];
-#if defined(OS_CHROMEOS)
ASH_EXPORT extern const char kAshEnableFullscreenAppList[];
ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[];
ASH_EXPORT extern const char kAshEnablePalette[];
ASH_EXPORT extern const char kAshEnablePaletteOnAllDisplays[];
-#endif
ASH_EXPORT extern const char kAshEnableTouchView[];
ASH_EXPORT extern const char kAshEnableMirroredScreen[];
ASH_EXPORT extern const char kAshDisableStableOverviewOrder[];
@@ -45,10 +39,8 @@ ASH_EXPORT extern const char kAshMaterialDesignExperimental[];
ASH_EXPORT extern const char kAshTouchHud[];
ASH_EXPORT extern const char kAuraLegacyPowerButton[];
-#if defined(OS_CHROMEOS)
// True if the pointer (cursor) position should be kept inside root windows.
ASH_EXPORT bool ConstrainPointerToRoot();
-#endif
} // namespace switches
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698