| Index: chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
|
| diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc b/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
|
| index daed366e88e3c9007c922162ec84725b1a5f4342..c9e801460d78a5222fad65b87bf0d3e0a489e49e 100644
|
| --- a/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
|
| +++ b/chrome/browser/chromeos/login/screens/host_pairing_screen_view.cc
|
| @@ -9,12 +9,13 @@ namespace chromeos {
|
| namespace host_pairing {
|
|
|
| // Keep these constants synced with corresponding constants defined in
|
| -// oobe_screen_host_pairing.js.
|
| +// host-pairing-screen.js.
|
| const char kContextKeyPage[] = "page";
|
| const char kContextKeyDeviceName[] = "deviceName";
|
| const char kContextKeyConfirmationCode[] = "code";
|
| const char kContextKeyEnrollmentDomain[] = "enrollmentDomain";
|
| const char kContextKeyUpdateProgress[] = "updateProgress";
|
| +const char kContextKeyEnrollmentError[] = "enrollmentError";
|
|
|
| const char kPageWelcome[] = "welcome";
|
| const char kPageIntializationError[] = "initialization-error";
|
|
|