| Index: chrome/browser/chromeos/login/wizard_controller.h
|
| diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
|
| index 935014c9e4190bc088a1c6f901f430ef7c42ca1e..1b5f1bcea7a2ea4997b201e586e529d8edf26c4d 100644
|
| --- a/chrome/browser/chromeos/login/wizard_controller.h
|
| +++ b/chrome/browser/chromeos/login/wizard_controller.h
|
| @@ -323,6 +323,9 @@ class WizardController : public BaseScreenDelegate,
|
| void OnSharkConnected(
|
| scoped_ptr<pairing_chromeos::HostPairingController> pairing_controller);
|
|
|
| + // Callback function for AddNetworkRequested().
|
| + void OnSetHostNetworkFailed();
|
| +
|
| // Start the enrollment screen using the config from
|
| // |prescribed_enrollment_config_|.
|
| void StartEnrollmentScreen();
|
|
|