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

Unified Diff: ash/wm/custom_frame_view_ash.cc

Issue 198413003: Enable immersive fullscreen on Windows Ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some issues with shelf visibility and desktop fullscreen. Created 6 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
Index: ash/wm/custom_frame_view_ash.cc
diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc
index 4eb5c8fb20699cfc2bfdecc66e458dc038645d8c..3c244e91613cbb2694db5fa6462fcca5220262e6 100644
--- a/ash/wm/custom_frame_view_ash.cc
+++ b/ash/wm/custom_frame_view_ash.cc
@@ -55,9 +55,6 @@ class CustomFrameViewAshWindowStateDelegate
ash::wm::WindowState* window_state,
ash::CustomFrameViewAsh* custom_frame_view)
: window_state_(NULL) {
-#if defined(OS_CHROMEOS)
- // TODO(pkotwicz): Investigate if immersive fullscreen can be enabled for
- // Windows Ash.
if (ash::switches::UseImmersiveFullscreenForAllWindows()) {
immersive_fullscreen_controller_.reset(
new ash::ImmersiveFullscreenController);
@@ -73,7 +70,6 @@ class CustomFrameViewAshWindowStateDelegate
window_state_->AddObserver(this);
window_state_->window()->AddObserver(this);
}
-#endif
}
virtual ~CustomFrameViewAshWindowStateDelegate() {
if (window_state_) {

Powered by Google App Engine
This is Rietveld 408576698