| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| index 92a434213d50b6a6f86176a5a0f7715d5efde906..30327e9cb68410c3a9c2aa2a5cc65efc4090e5c4 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
|
| @@ -1622,9 +1622,8 @@ bool PrintPreviewHandler::CreatePrivetHTTP(
|
| privet_http_factory_ =
|
| local_discovery::PrivetHTTPAsynchronousFactory::CreateInstance(
|
| Profile::FromWebUI(web_ui())->GetRequestContext());
|
| - privet_http_resolution_ = privet_http_factory_->CreatePrivetHTTP(
|
| - name, device_description->address, callback);
|
| - privet_http_resolution_->Start();
|
| + privet_http_resolution_ = privet_http_factory_->CreatePrivetHTTP(name);
|
| + privet_http_resolution_->Start(device_description->address, callback);
|
|
|
| return true;
|
| }
|
|
|