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

Unified Diff: ash/mus/bridge/wm_window_mus.cc

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment 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
« no previous file with comments | « ash/mus/bridge/wm_window_mus.h ('k') | ash/shared/immersive_fullscreen_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.cc
diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
index d779cf4ec90edc4f0d88f0c55e6fc8ef80a5131a..e2e2bdd4e2db506339fa70f6aac49ac0f16a8af1 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -726,8 +726,8 @@ void WmWindowMus::HideResizeShadow() {
}
void WmWindowMus::InstallResizeHandleWindowTargeter(
- WmImmersiveFullscreenController* immersive_fullscreen_controller) {
- // TODO(sky): I believe once WmImmersiveFullscreenController is ported this
+ ImmersiveFullscreenController* immersive_fullscreen_controller) {
+ // TODO(sky): I believe once ImmersiveFullscreenController is ported this
// won't be necessary in mash, but I need to verify that:
// http://crbug.com/548435.
}
« no previous file with comments | « ash/mus/bridge/wm_window_mus.h ('k') | ash/shared/immersive_fullscreen_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698