| Index: chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
|
| ===================================================================
|
| --- chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc (revision 133926)
|
| +++ chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc (working copy)
|
| @@ -86,7 +86,7 @@
|
| // using a browser.
|
| if (!parent_window && browser && browser->window())
|
| parent_window = browser->window()->GetNativeHandle();
|
| - browser::ShowHtmlDialog(parent_window, profile, browser, flow, STYLE_GENERIC);
|
| + browser::ShowWebDialog(parent_window, profile, browser, flow, STYLE_GENERIC);
|
| return flow;
|
| }
|
|
|
| @@ -116,7 +116,7 @@
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
| -// HtmlDialogUIDelegate implementation.
|
| +// WebDialogDelegate implementation.
|
| GURL CloudPrintSetupFlow::GetDialogContentURL() const {
|
| return GURL("chrome://cloudprintsetup/setupflow");
|
| }
|
|
|