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

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

Issue 2503623002: Support creation of toplevel mus::Windows on separate displays (Closed)
Patch Set: Clean up/format code. Created 4 years, 1 month 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 d327bc70be53b11be3624374275fd2cfe5d39c04..c77d976757dc73631330f53dc0350914ef1bcdc1 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -133,7 +133,6 @@ WmWindowMus::~WmWindowMus() {
const WmWindowMus* WmWindowMus::Get(const ui::Window* window) {
if (!window)
return nullptr;
-
mfomitchev 2016/11/17 17:14:01 Doesn't seem like there's particular reason to rem
thanhph 2016/11/17 19:08:30 Done.
const WmWindowMus* wm_window = window->GetLocalProperty(kWmWindowKey);
if (wm_window)
return wm_window;

Powered by Google App Engine
This is Rietveld 408576698