| 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 4b1cd8ba9bf5098fd3fdba980f90c3710e1583c5..668be6c76bc41157543dca0fe31b8d9a13b0e670 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
|
| @@ -252,6 +252,11 @@ void CoreOobeHandler::ReloadContent(const base::DictionaryValue& dictionary) {
|
| CallJSOrDefer("reloadContent", dictionary);
|
| }
|
|
|
| +void CoreOobeHandler::ReloadEulaContent(
|
| + const base::DictionaryValue& dictionary) {
|
| + CallJSOrDefer("reloadEulaContent", dictionary);
|
| +}
|
| +
|
| void CoreOobeHandler::ShowControlBar(bool show) {
|
| CallJSOrDefer("showControlBar", show);
|
| }
|
|
|