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

Unified Diff: components/pairing/bluetooth_controller_pairing_controller.h

Issue 1428353002: Network Setup from Shark to Remora. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address achuithb@'s comment. Created 5 years, 1 month 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
Index: components/pairing/bluetooth_controller_pairing_controller.h
diff --git a/components/pairing/bluetooth_controller_pairing_controller.h b/components/pairing/bluetooth_controller_pairing_controller.h
index d77f033c893c280ff036b26e76c3c3ea1b5c66dd..c987563db49e2e8045e746696cd8f29aeba8705a 100644
--- a/components/pairing/bluetooth_controller_pairing_controller.h
+++ b/components/pairing/bluetooth_controller_pairing_controller.h
@@ -66,6 +66,7 @@ class BluetoothControllerPairingController
void RepeatDiscovery() override;
std::string GetConfirmationCode() override;
void SetConfirmationCodeIsCorrect(bool correct) override;
+ void SetHostNetwork(const std::string& onc_spec) override;
void SetHostConfiguration(bool accepted_eula,
const std::string& lang,
const std::string& timezone,

Powered by Google App Engine
This is Rietveld 408576698