diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:11:37 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:11:37 +0000 |
commit | 9466aa7bd901bb8387d0b05b0b2d8f84bbc9c63b (patch) | |
tree | 2518a318f2b68518057b08b8b537934f49ecd2fe /ash/ash_switches.h | |
parent | 2832876e1c731e885013a6a41d9d80f5f45206ca (diff) | |
download | chromium_src-9466aa7bd901bb8387d0b05b0b2d8f84bbc9c63b.zip chromium_src-9466aa7bd901bb8387d0b05b0b2d8f84bbc9c63b.tar.gz chromium_src-9466aa7bd901bb8387d0b05b0b2d8f84bbc9c63b.tar.bz2 |
Revert 195733 "Enable virtual resolution on low DPI displays"
>Add debug shortcuts that toggles options to shows paint rects, debug borders and fps counters.
>Cleanup: Separate desktop shortcuts which are useful only on linux desktop, and debug shortcuts.
>
>BUG=227375
>Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195733
TBR=oshima@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14263025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 80e9160..57b5c64 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -45,9 +45,9 @@ ASH_EXPORT extern const char kAshEnableTrayDragging[]; ASH_EXPORT extern const char kAshEnableWorkspaceScrubbing[]; ASH_EXPORT extern const char kAshHostWindowBounds[]; ASH_EXPORT extern const char kAshImmersiveHideTabIndicators[]; +ASH_EXPORT extern const char kAshInternalDisplayUIScale[]; ASH_EXPORT extern const char kAshSecondaryDisplayLayout[]; ASH_EXPORT extern const char kAshTouchHud[]; -ASH_EXPORT extern const char kAshUseFirstDisplayAsInternal[]; ASH_EXPORT extern const char kAuraLegacyPowerButton[]; #if defined(OS_WIN) ASH_EXPORT extern const char kForceAshToDesktop[]; |