| Index: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
|
| index e9d5916df2d9a5da4a0600486137921809bc7d43..b95ac0b72213a8eee5f87d67ba4bedcea1b2d983 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
|
| @@ -89,8 +89,11 @@ void CoreOobeHandler::DeclareLocalizedValues(LocalizedValuesBuilder* builder) {
|
| IDS_ENTERPRISE_DEVICE_REQUISITION_PROMPT_CANCEL);
|
| builder->Add("deviceRequisitionPromptOk",
|
| IDS_ENTERPRISE_DEVICE_REQUISITION_PROMPT_OK);
|
| + // TODO(xiyuan): Restore generic device requisition prompt text.
|
| builder->Add("deviceRequisitionPromptText",
|
| IDS_ENTERPRISE_DEVICE_REQUISITION_PROMPT_TEXT);
|
| + builder->Add("deviceRequisitionRemoraPromptText",
|
| + IDS_ENTERPRISE_DEVICE_REQUISITION_PROMPT_TEXT);
|
| }
|
|
|
| void CoreOobeHandler::Initialize() {
|
|
|