diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 18:30:58 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-30 18:30:58 +0000 |
commit | 436c85999fef7a987cb77897dddd06704bded8e6 (patch) | |
tree | 3aa7bb37692e7df901d8d0668aff2838ffe75c70 /ash/ash_switches.cc | |
parent | a9505d23c98ed950dc9c46b1b6f72b097703fd28 (diff) | |
download | chromium_src-436c85999fef7a987cb77897dddd06704bded8e6.zip chromium_src-436c85999fef7a987cb77897dddd06704bded8e6.tar.gz chromium_src-436c85999fef7a987cb77897dddd06704bded8e6.tar.bz2 |
[Refactor] Move the non-browser specific logic of ImmersiveModeControllerAsh into ash part 1.
- Simplifies ImmersiveModeControllerAsh::OnWindowPropertyChanged().
--- The simplification is thanks to WorkspaceLayoutManager::OnWindowShowTypeChanged() being called before ImmersiveModeControllerAsh::OnWindowPropertyChanged() now that we do not have workspaces.
- Removes the --ash-immersive-hide-tab-indicators flag
- Replaces the ImmersiveModeControllerAsh testing interface with one method: ImmersiveModeController::SetupForTest()
- Moves several tests from immersive_mode_controller_ash_browsertest.cc to immersive_mode_controller_ash_unittest.cc
BUG=307622
TEST=ImmersiveModeControllerAshTest.*, ImmersiveMoeControllerAshWithBrowserTest.*
R=jamescook
TBR=sky (For trivial changes to tests)
Review URL: https://codereview.chromium.org/46693003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index a2fc9c9..934cbac 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -138,11 +138,6 @@ const char kAshHideNotificationsForFactory[] = // "1024x768*2" sets the scale factor to 2 for a high DPI display. const char kAshHostWindowBounds[] = "ash-host-window-bounds"; -// Hides the small tab indicators at the top of the screen during immersive -// fullscreen mode. -const char kAshImmersiveHideTabIndicators[] = - "ash-immersive-hide-tab-indicators"; - // OEM-supplied wallpaper (as paths to trusted, non-user-writable JPEG files). const char kAshOemWallpaperLarge[] = "ash-oem-wallpaper-large"; const char kAshOemWallpaperSmall[] = "ash-oem-wallpaper-small"; |