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

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

Issue 2713923002: chromeos: moves a bunch of tests to common_unittests (Closed)
Patch Set: feedback Created 3 years, 10 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/extended_desktop_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 814fc5f802d9dc937c30270334c650097a1dd120..ac17b7a6b150faeffa875f85a6f5e61e0b6901bc 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -268,11 +268,13 @@ void WmShellMus::SetDisplayWorkAreaInsets(WmWindow* window,
}
bool WmShellMus::IsPinned() {
+ // TODO: http://crbug.com/622486.
NOTIMPLEMENTED();
return false;
}
void WmShellMus::SetPinnedWindow(WmWindow* window) {
+ // TODO: http://crbug.com/622486.
NOTIMPLEMENTED();
}
« no previous file with comments | « ash/extended_desktop_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698