| Index: chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h
|
| index 3e1ec6af1fc5d5e82f91636e247dc849a050a029..6ff548a4f0ab9efdbb3d32e5fbacf54e997a1603 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.h
|
| @@ -86,6 +86,10 @@ class EnrollmentScreenHandler
|
| // Display the given i18n resource as error message.
|
| void ShowError(int message_id, bool retry);
|
|
|
| + // Display the given i18n resource as an error message, with the $1
|
| + // substitution parameter replaced with the device's product name.
|
| + void ShowErrorForDevice(int message_id, bool retry);
|
| +
|
| // Display the given string as error message.
|
| void ShowErrorMessage(const std::string& message, bool retry);
|
|
|
|
|