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

Unified Diff: chrome/browser/ui/ash/accelerator_commands_browsertest.cc

Issue 2248913005: Revert of Use MD-ash's auto hide behavior for arc++ windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: chrome/browser/ui/ash/accelerator_commands_browsertest.cc
diff --git a/chrome/browser/ui/ash/accelerator_commands_browsertest.cc b/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
index aa9129a32a3a51c4bb1042d67d2cbd1c3e7b2df5..213a0025b71a25ff7d2ca7189f6c52315ac96a6c 100644
--- a/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
+++ b/chrome/browser/ui/ash/accelerator_commands_browsertest.cc
@@ -52,8 +52,7 @@
// fullscreen.)
bool IsInImmersiveFullscreen(ash::wm::WindowState* window_state) {
return window_state->IsFullscreen() &&
- (window_state->shelf_mode_in_fullscreen() !=
- ash::wm::WindowState::SHELF_HIDDEN);
+ !window_state->hide_shelf_when_fullscreen();
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698