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

Unified Diff: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)
Patch Set: . Created 3 years, 11 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/views/ime_driver/ime_driver_mus.cc ('k') | components/filesystem/files_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
index a0c72de265dd8034acac5ce2293c58b7e6217d1a..de96fb0939bc63dfcdd738b53ff57b7f7dffa837 100644
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
@@ -297,8 +297,7 @@ SigninScreenHandler::SigninScreenHandler(
content::ServiceManagerConnection::GetForProcess()
->GetConnector()
- ->ConnectToInterface(ash_util::GetAshServiceName(),
- &touch_view_manager_ptr_);
+ ->BindInterface(ash_util::GetAshServiceName(), &touch_view_manager_ptr_);
touch_view_manager_ptr_->AddObserver(
touch_view_binding_.CreateInterfacePtrAndBind());
}
« no previous file with comments | « chrome/browser/ui/views/ime_driver/ime_driver_mus.cc ('k') | components/filesystem/files_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698