Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.h |
diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h |
index 146f6cd7883333afb7631c869167662ebb8dbbf7..e737d2b6f1858d965703d204919ec293760352da 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h |
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h |
@@ -102,6 +102,10 @@ class OobeUI : public OobeDisplay, |
// Initializes the handlers. |
void InitializeHandlers(); |
+ // Invoked after the async assets load. The screen handler that has the same |
+ // async assets load id will be initialized. |
+ void OnScreenAssetsLoaded(const std::string& async_assets_load_id); |
+ |
// Shows or hides OOBE UI elements. |
void ShowOobeUI(bool show); |