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

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

Issue 2269383004: Adds TODO with reference to bug (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: 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 e2e2bdd4e2db506339fa70f6aac49ac0f16a8af1..84823022e8ed362bd8713621c610aa4458df3c17 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -29,10 +29,6 @@
MUS_DECLARE_WINDOW_PROPERTY_TYPE(ash::mus::WmWindowMus*);
-// TODO(sky): fully implement this. Making DVLOG as too spammy to be useful.
sky 2016/08/24 22:51:32 This is no longer necessary because of the defines
-#undef NOTIMPLEMENTED
-#define NOTIMPLEMENTED() DVLOG(1) << "notimplemented"
-
namespace {
MUS_DEFINE_OWNED_WINDOW_PROPERTY_KEY(ash::mus::WmWindowMus,
@@ -718,10 +714,12 @@ WmWindow* WmWindowMus::GetChildByShellWindowId(int id) {
}
void WmWindowMus::ShowResizeShadow(int component) {
+ // TODO: http://crbug.com/640773.
NOTIMPLEMENTED();
}
void WmWindowMus::HideResizeShadow() {
+ // TODO: http://crbug.com/640773.
NOTIMPLEMENTED();
}
« no previous file with comments | « ash/mus/BUILD.gn ('k') | ui/views/mus/screen_mus.cc » ('j') | ui/views/mus/screen_mus.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698