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

Unified Diff: ui/views/mus/platform_test_helper_mus.cc

Issue 1899323002: Add mash shelf application id support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address simpler comments. Created 4 years, 8 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 | « services/shell/public/cpp/shell_connection.h ('k') | ui/views/mus/window_manager_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/platform_test_helper_mus.cc
diff --git a/ui/views/mus/platform_test_helper_mus.cc b/ui/views/mus/platform_test_helper_mus.cc
index 023c53059a2c4c658465a3f70d30c9323a5adba5..67d57cab72244ef192c3c9bf76981aaea027175f 100644
--- a/ui/views/mus/platform_test_helper_mus.cc
+++ b/ui/views/mus/platform_test_helper_mus.cc
@@ -59,7 +59,7 @@ class PlatformTestHelperMus : public PlatformTestHelper {
// one.
shell::Connector* connector = shell_connection_->connector();
connector->Connect("mojo:desktop_wm");
- WindowManagerConnection::Create(connector);
+ WindowManagerConnection::Create(connector, shell_connection_->identity());
// On X we need to reset the ContextFactory before every NativeWidgetMus
// is created.
« no previous file with comments | « services/shell/public/cpp/shell_connection.h ('k') | ui/views/mus/window_manager_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698