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

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

Issue 1519883003: 1) Add basic configuration (network connection, language, keyboard layout, timezone) setup page. 2)… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the i18n-content HTML format in the html files Created 5 years 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 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();
« 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