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

Unified Diff: chrome/browser/chromeos/login/screens/host_pairing_screen.cc

Issue 555003002: Add method for telling the Pairing API that enrollment is complete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | components/pairing/bluetooth_host_pairing_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/host_pairing_screen.cc
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen.cc b/chrome/browser/chromeos/login/screens/host_pairing_screen.cc
index c4a0671c7763036aa03325f70925b427a21e762d..2f9f5f9f33a205b32ef4bf582c9c7e14bb2d25c4 100644
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen.cc
+++ b/chrome/browser/chromeos/login/screens/host_pairing_screen.cc
@@ -122,6 +122,7 @@ void HostPairingScreen::ConfigureHost(bool accepted_eula,
void HostPairingScreen::EnrollHost(const std::string& auth_token) {
// TODO(zork,achuith): Enroll device, send error on error.
// (http://crbug.com/374990)
+ controller_->SetEnrollmentComplete(true);
}
void HostPairingScreen::OnActorDestroyed(HostPairingScreenActor* actor) {
« no previous file with comments | « no previous file | components/pairing/bluetooth_host_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698