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

Unified Diff: components/pairing/fake_controller_pairing_controller.cc

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/fake_controller_pairing_controller.cc
diff --git a/components/pairing/fake_controller_pairing_controller.cc b/components/pairing/fake_controller_pairing_controller.cc
index ff24b9e0055ca7d9b3b611cc26a6baf1e0dc2ba8..89a076103eddc459281b5fa6992e879f421e556c 100644
--- a/components/pairing/fake_controller_pairing_controller.cc
+++ b/components/pairing/fake_controller_pairing_controller.cc
@@ -204,6 +204,9 @@ void FakeControllerPairingController::SetConfirmationCodeIsCorrect(
ChangeStage(STAGE_DEVICES_DISCOVERY);
}
+void FakeControllerPairingController::SetHostNetwork(
+ const std::string& onc_spec) {}
+
void FakeControllerPairingController::SetHostConfiguration(
bool accepted_eula,
const std::string& lang,

Powered by Google App Engine
This is Rietveld 408576698