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

Unified Diff: components/mus/ws/forwarding_window_manager.cc

Issue 1639563003: Renames WindowManagerConfig to FrameDecorationValues and moves to Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 11 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: components/mus/ws/forwarding_window_manager.cc
diff --git a/components/mus/ws/forwarding_window_manager.cc b/components/mus/ws/forwarding_window_manager.cc
index 7aad498d7bd61a22fbbaee8d51a14e36fdbe6716..c8cde93a24411561bdb56d0e942ad5509d28b396 100644
--- a/components/mus/ws/forwarding_window_manager.cc
+++ b/components/mus/ws/forwarding_window_manager.cc
@@ -29,9 +29,5 @@ void ForwardingWindowManager::OpenWindow(
std::move(properties));
}
-void ForwardingWindowManager::GetConfig(const GetConfigCallback& callback) {
- return GetActiveWindowManager()->GetConfig(callback);
-}
-
} // namespace ws
} // namespace mus

Powered by Google App Engine
This is Rietveld 408576698