| Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc b/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
|
| index 7a6fb2b54989c1f5a542bebb4617db9c6150ed6c..512c91d3714c3945cbeea8270a52959fd01da922 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
|
| @@ -101,6 +101,7 @@ const char kOobeJSPath[] = "oobe.js";
|
| const char kKeyboardUtilsJSPath[] = "keyboard_utils.js";
|
| const char kCustomElementsHTMLPath[] = "custom_elements.html";
|
| const char kCustomElementsJSPath[] = "custom_elements.js";
|
| +const char kCustomElementsUserpodHTMLPath[] = "custom_elements_userpod.html";
|
|
|
| // Paths for deferred resource loading.
|
| const char kCustomElementsPinKeyboardHTMLPath[] =
|
| @@ -136,6 +137,8 @@ content::WebUIDataSource* CreateOobeUIDataSource(
|
| IDR_CUSTOM_ELEMENTS_PIN_KEYBOARD_HTML);
|
| source->AddResourcePath(kCustomElementsPinKeyboardJSPath,
|
| IDR_CUSTOM_ELEMENTS_PIN_KEYBOARD_JS);
|
| + source->AddResourcePath(kCustomElementsUserpodHTMLPath,
|
| + IDR_CUSTOM_ELEMENTS_USERPOD_HTML);
|
| } else {
|
| source->SetDefaultResource(IDR_LOGIN_HTML);
|
| source->AddResourcePath(kLoginJSPath, IDR_LOGIN_JS);
|
|
|