| Index: chrome/renderer/print_web_view_helper_win.cc
|
| ===================================================================
|
| --- chrome/renderer/print_web_view_helper_win.cc (revision 26230)
|
| +++ chrome/renderer/print_web_view_helper_win.cc (working copy)
|
| @@ -63,7 +63,7 @@
|
| // terminate.
|
| if (default_settings.IsEmpty()) {
|
| // TODO: Create an async alert (http://crbug.com/14918).
|
| - render_view_->RunJavaScriptAlert(frame,
|
| + render_view_->runModalAlertDialog(frame,
|
| l10n_util::GetString(IDS_DEFAULT_PRINTER_NOT_FOUND_WARNING));
|
| return;
|
| }
|
|
|