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

Unified Diff: mash/login/login.cc

Issue 2187103002: services/ui: Remove unused connector argument (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors Created 4 years, 5 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 | « content/renderer/mus/render_widget_mus_connection.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/login.cc
diff --git a/mash/login/login.cc b/mash/login/login.cc
index 1de37d9a893c7f604034c601f8ef047ba7b94e29..fa68ee9b43f27e48918015ba4cb24cf2c11e4d5f 100644
--- a/mash/login/login.cc
+++ b/mash/login/login.cc
@@ -54,7 +54,7 @@ class UI : public views::WidgetDelegateView,
ui::Window* window =
views::WindowManagerConnection::Get()->NewWindow(properties);
params.native_widget = new views::NativeWidgetMus(
- widget, connector, window, ui::mojom::SurfaceType::DEFAULT);
+ widget, window, ui::mojom::SurfaceType::DEFAULT);
widget->Init(params);
widget->Show();
}
« no previous file with comments | « content/renderer/mus/render_widget_mus_connection.cc ('k') | mash/screenlock/screenlock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698