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

Unified Diff: chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc

Issue 2833093002: WIP: simplified display management in ash (Closed)
Patch Set: x Created 3 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 | « chrome/browser/ui/ash/ash_init.cc ('k') | mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc
diff --git a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc
index b5486da2d5674d4a2886b4c6d77b7eeb0f4ec5f8..a54fb6a898e66f7a4e08abd6b0ad1708516f2a09 100644
--- a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc
+++ b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc
@@ -145,6 +145,8 @@ void ChromeBrowserMainExtraPartsViews::ServiceManagerConnectionStarted(
if (!service_manager::ServiceManagerIsRemote())
return;
+ LOG(WARNING) << "ServiceManagerConnectionStarted";
+
input_device_client_ = base::MakeUnique<ui::InputDeviceClient>();
ui::mojom::InputDeviceServerPtr server;
connection->GetConnector()->BindInterface(ui::mojom::kServiceName, &server);
« no previous file with comments | « chrome/browser/ui/ash/ash_init.cc ('k') | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698