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

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

Issue 2803933003: Adds ash_mus_unittests to FYI bot (Closed)
Patch Set: feedback Created 3 years, 8 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/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index 3375fec18ee069b95f6b145aed8e2d8424af50e9..00877188e804e66e096c6e86994ff7331828ead6 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -215,17 +215,17 @@ void WmShellMus::SetDisplayWorkAreaInsets(WmWindow* window,
}
void WmShellMus::LockCursor() {
- // TODO: http::/crbug.com/637853
+ // TODO: http://crbug.com/637853
NOTIMPLEMENTED();
}
void WmShellMus::UnlockCursor() {
- // TODO: http::/crbug.com/637853
+ // TODO: http://crbug.com/637853
NOTIMPLEMENTED();
}
bool WmShellMus::IsMouseEventsEnabled() {
- // TODO: http::/crbug.com/637853
+ // TODO: http://crbug.com/637853
NOTIMPLEMENTED();
return true;
}

Powered by Google App Engine
This is Rietveld 408576698