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

Unified Diff: ash/touch_hud/mus/touch_hud_application.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 | « ash/mus/non_client_frame_controller.cc ('k') | chrome/browser/ui/views/frame/browser_frame_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch_hud/mus/touch_hud_application.cc
diff --git a/ash/touch_hud/mus/touch_hud_application.cc b/ash/touch_hud/mus/touch_hud_application.cc
index 03f0cf4971a4b33c2d6de7b6632a8950b0304e30..fd87faf4312a4f8c158adf79a88eb18a882115e7 100644
--- a/ash/touch_hud/mus/touch_hud_application.cc
+++ b/ash/touch_hud/mus/touch_hud_application.cc
@@ -91,7 +91,7 @@ void TouchHudApplication::Launch(uint32_t what, mash::mojom::LaunchMode how) {
ui::Window* window =
window_manager_connection_.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();
} else {
« no previous file with comments | « ash/mus/non_client_frame_controller.cc ('k') | chrome/browser/ui/views/frame/browser_frame_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698