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

Unified Diff: components/pairing/bluetooth_controller_pairing_controller.h

Issue 491943004: Update the pairing API to include configuration and enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment some TODOs Created 6 years, 4 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
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 43ddd75fba83f0ee8cadf56329f077359297efef..7458154c7136cc4e1b9d2623de395716a0409240 100644
--- a/components/pairing/bluetooth_controller_pairing_controller.h
+++ b/components/pairing/bluetooth_controller_pairing_controller.h
@@ -66,9 +66,14 @@ class BluetoothControllerPairingController
virtual void RepeatDiscovery() OVERRIDE;
virtual std::string GetConfirmationCode() OVERRIDE;
virtual void SetConfirmationCodeIsCorrect(bool correct) OVERRIDE;
- virtual void OnAuthenticationDone(
- const chromeos::UserContext& user_context,
- content::BrowserContext* browser_context) OVERRIDE;
+ virtual void SetHostConfiguration(
+ bool accepted_eula,
+ const std::string& lang,
+ const std::string& timezone,
+ bool send_reports,
+ const std::string& keyboard_layout) OVERRIDE;
+ virtual void OnAuthenticationDone(const std::string& domain,
+ const std::string& auth_token) OVERRIDE;
virtual void StartSession() OVERRIDE;
// ProtoDecoder::Observer:

Powered by Google App Engine
This is Rietveld 408576698