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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 2890383003: Bootstrapping: Send meaningful error code/message from Slave to Master (Closed)
Patch Set: Rebase. Address achuith@'s comments. Created 3 years, 6 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: 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 da04696cfc33cff8f639804aa0334c84370046e2..73df2cc6bfbde0bf4a5ba283b7826cee51c2e216 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -303,7 +303,9 @@ class WizardController : public BaseScreenDelegate,
// Callback functions for AddNetworkRequested().
void OnSetHostNetworkSuccessful();
- void OnSetHostNetworkFailed();
+ void OnSetHostNetworkFailed(
+ const std::string& error_name,
+ std::unique_ptr<base::DictionaryValue> error_data);
// Start the enrollment screen using the config from
// |prescribed_enrollment_config_|. If |force_interactive| is true,

Powered by Google App Engine
This is Rietveld 408576698