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

Unified Diff: components/pairing/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/controller_pairing_controller.h
diff --git a/components/pairing/controller_pairing_controller.h b/components/pairing/controller_pairing_controller.h
index 60b17a922f6429c384707af4f38c2e8836166b49..59a072ab4c24f1ba7d54fda40effe8a1fb29ef4f 100644
--- a/components/pairing/controller_pairing_controller.h
+++ b/components/pairing/controller_pairing_controller.h
@@ -88,6 +88,9 @@ class ControllerPairingController {
// |STAGE_WAITING_FOR_CODE_CONFIRMATION| stage.
virtual void SetConfirmationCodeIsCorrect(bool correct) = 0;
+ // Set the values that will be sent to the host to set its network.
+ virtual void SetHostNetwork(const std::string& onc_spec) = 0;
+
// Set the values that will be sent to the host if it needs to be configured.
virtual void SetHostConfiguration(bool accepted_eula,
const std::string& lang,

Powered by Google App Engine
This is Rietveld 408576698