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

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

Issue 2890383003: Bootstrapping: Send meaningful error code/message from Slave to Master (Closed)
Patch Set: 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 d45a37ad2c1e302e0b2c1560e7e9ed17ab6327d5..e39bdd64584d0c37d9aecaa8cb0742c32b9a9b46 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -316,7 +316,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,
« no previous file with comments | « chrome/browser/chromeos/login/screens/network_screen.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698