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

Unified Diff: components/mus/mus_app.cc

Issue 1407073002: Adds GetDisplays() to WindowManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 5 years, 2 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/mus_app.cc
diff --git a/components/mus/mus_app.cc b/components/mus/mus_app.cc
index 120fc79fe875a42e37fc0a1a9c4488e873073967..963cc7bff0a79267d5dec05521c2ba5717f6e60f 100644
--- a/components/mus/mus_app.cc
+++ b/components/mus/mus_app.cc
@@ -71,9 +71,7 @@ void MandolineUIServicesApp::Initialize(ApplicationImpl* app) {
bool MandolineUIServicesApp::ConfigureIncomingConnection(
ApplicationConnection* connection) {
- // MandolineUIServices
connection->AddService<ViewTreeHostFactory>(this);
- // GPU
connection->AddService<Gpu>(this);
return true;
}
« no previous file with comments | « components/mus/example/wm/window_manager_impl.cc ('k') | components/mus/public/interfaces/window_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698