| Index: chrome/browser/ui/webui/options/options_ui.cc
|
| diff --git a/chrome/browser/ui/webui/options/options_ui.cc b/chrome/browser/ui/webui/options/options_ui.cc
|
| index 81e6db5a214c0d8adf7f5ae8e122c3aab1b6a91b..18cf344609ca28094d7faac2dce048ba5b4dd8b1 100644
|
| --- a/chrome/browser/ui/webui/options/options_ui.cc
|
| +++ b/chrome/browser/ui/webui/options/options_ui.cc
|
| @@ -378,6 +378,9 @@ void OptionsUI::InitializeHandlers() {
|
| // do various things like show/hide sections and send data to the Javascript.
|
| for (size_t i = 0; i < handlers_.size(); ++i)
|
| handlers_[i]->InitializePage();
|
| +
|
| + web_ui()->CallJavascriptFunction(
|
| + "BrowserOptions.notifyInitializationComplete");
|
| }
|
|
|
| void OptionsUI::RenderViewCreated(content::RenderViewHost* render_view_host) {
|
|
|