diff options
| author | xdai <xdai@chromium.org> | 2015-12-16 12:00:49 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-12-16 20:02:08 +0000 |
| commit | 1bc23b7f85b9d927c23a85458ce0e10e644a4b61 (patch) | |
| tree | 60770b2d8078f123d8632778e30c1b63b302ef41 /components/pairing/bluetooth_host_pairing_controller.h | |
| parent | 2ac89ad12d6f0c914c673e57299f69e6d2046941 (diff) | |
| download | chromium_src-1bc23b7f85b9d927c23a85458ce0e10e644a4b61.zip chromium_src-1bc23b7f85b9d927c23a85458ce0e10e644a4b61.tar.gz chromium_src-1bc23b7f85b9d927c23a85458ce0e10e644a4b61.tar.bz2 | |
1) Add basic configuration (network connection, language, keyboard layout, timezone) setup page.
2) Add network setup error page.
3) Format the i18n style in host-pairing-screen.html and controller-pairing-screen.html.
BUG=564370
Review URL: https://codereview.chromium.org/1519883003
Cr-Commit-Position: refs/heads/master@{#365597}
Diffstat (limited to 'components/pairing/bluetooth_host_pairing_controller.h')
| -rw-r--r-- | components/pairing/bluetooth_host_pairing_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h index 51ff19a..75c1eb3 100644 --- a/components/pairing/bluetooth_host_pairing_controller.h +++ b/components/pairing/bluetooth_host_pairing_controller.h @@ -69,6 +69,7 @@ class BluetoothHostPairingController std::string GetDeviceName() override; std::string GetConfirmationCode() override; std::string GetEnrollmentDomain() override; + void OnNetworkConnectivityChanged(Connectivity connectivity_status) override; void OnUpdateStatusChanged(UpdateStatus update_status) override; void OnEnrollmentStatusChanged(EnrollmentStatus enrollment_status) override; void SetPermanentId(const std::string& permanent_id) override; @@ -101,6 +102,7 @@ class BluetoothHostPairingController std::string device_name_; std::string confirmation_code_; std::string enrollment_domain_; + Connectivity connectivity_status_; UpdateStatus update_status_; EnrollmentStatus enrollment_status_; std::string permanent_id_; |
