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

Unified Diff: components/pairing/fake_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/fake_controller_pairing_controller.h
diff --git a/components/pairing/fake_controller_pairing_controller.h b/components/pairing/fake_controller_pairing_controller.h
index a34253939b30939098eddfe0b0c2893303679ab5..3992674280ead01d222a5c6ecf2874ab72a789bb 100644
--- a/components/pairing/fake_controller_pairing_controller.h
+++ b/components/pairing/fake_controller_pairing_controller.h
@@ -73,6 +73,7 @@ class FakeControllerPairingController
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