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

Unified Diff: ash/common/ash_switches.h

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: Created 3 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 | « ash/common/ash_layout_constants.cc ('k') | ash/common/ash_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.h
diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h
deleted file mode 100644
index cec1df685ff74e1377c686ab5b4c1dd27aeaf0da..0000000000000000000000000000000000000000
--- a/ash/common/ash_switches.h
+++ /dev/null
@@ -1,53 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_COMMON_ASH_SWITCHES_H_
-#define ASH_COMMON_ASH_SWITCHES_H_
-
-#include "ash/ash_export.h"
-
-namespace ash {
-namespace switches {
-
-// Note: If you add a switch, consider if it needs to be copied to a subsequent
-// command line if the process executes a new copy of itself. (For example,
-// see chromeos::LoginUtil::GetOffTheRecordCommandLine().)
-
-// Please keep alphabetized.
-// TODO(sky): fix order!
-ASH_EXPORT extern const char kAshAdjustableLargeCursor[];
-ASH_EXPORT extern const char kAshAnimateFromBootSplashScreen[];
-ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[];
-ASH_EXPORT extern const char kAshDebugShortcuts[];
-ASH_EXPORT extern const char kAshDeveloperShortcuts[];
-ASH_EXPORT extern const char kAshDisableMaximizeModeWindowBackdrop[];
-ASH_EXPORT extern const char kAshDisableScreenOrientationLock[];
-ASH_EXPORT extern const char kAshDisableTouchExplorationMode[];
-ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[];
-ASH_EXPORT extern const char kAshEnablePaletteOnAllDisplays[];
-ASH_EXPORT extern const char kAshEnableDockedWindows[];
-ASH_EXPORT extern const char kAshEnableTouchView[];
-ASH_EXPORT extern const char kAshEnableMirroredScreen[];
-ASH_EXPORT extern const char kAshForceEnablePalette[];
-ASH_EXPORT extern const char kAshHideNotificationsForFactory[];
-ASH_EXPORT extern const char kAshShelfColor[];
-ASH_EXPORT extern const char kAshShelfColorLightMuted[];
-ASH_EXPORT extern const char kAshShelfColorLightVibrant[];
-ASH_EXPORT extern const char kAshShelfColorNormalMuted[];
-ASH_EXPORT extern const char kAshShelfColorNormalVibrant[];
-ASH_EXPORT extern const char kAshShelfColorDarkMuted[];
-ASH_EXPORT extern const char kAshShelfColorDarkVibrant[];
-ASH_EXPORT extern const char kAshTouchHud[];
-ASH_EXPORT extern const char kAuraLegacyPowerButton[];
-
-// True if the pointer (cursor) position should be kept inside root windows.
-ASH_EXPORT bool ConstrainPointerToRoot();
-
-// True if docking windows right or left is enabled.
-ASH_EXPORT bool DockedWindowsEnabled();
-
-} // namespace switches
-} // namespace ash
-
-#endif // ASH_COMMON_ASH_SWITCHES_H_
« no previous file with comments | « ash/common/ash_layout_constants.cc ('k') | ash/common/ash_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698