| Index: chrome/browser/ui/webui/options/advanced_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/advanced_options_handler.cc b/chrome/browser/ui/webui/options/advanced_options_handler.cc
|
| index 535663a109f7c616c641059990b5b69e67b19eef..3faf8d67fef618c3c534a75d8623b66ef395862e 100644
|
| --- a/chrome/browser/ui/webui/options/advanced_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/advanced_options_handler.cc
|
| @@ -466,7 +466,7 @@ void AdvancedOptionsHandler::ShowCloudPrintSetupDialog(const ListValue* args) {
|
| cloud_print_setup_handler_.reset(new CloudPrintSetupHandler(this));
|
| CloudPrintSetupFlow::OpenDialog(
|
| web_ui_->GetProfile(), cloud_print_setup_handler_->AsWeakPtr(),
|
| - web_ui_->tab_contents()->GetMessageBoxRootWindow());
|
| + web_ui_->tab_contents()->GetDialogRootWindow());
|
| }
|
|
|
| void AdvancedOptionsHandler::HandleDisableCloudPrintProxy(
|
|
|