| Index: chrome/browser/local_discovery/pwg_raster_converter.cc
|
| diff --git a/chrome/browser/local_discovery/pwg_raster_converter.cc b/chrome/browser/local_discovery/pwg_raster_converter.cc
|
| index 11b6c317ca32294b876ae8cb8bd6db040d9dc1ee..ae11a6c88c72af2af02b0ad3e93cdd04bf22c221 100644
|
| --- a/chrome/browser/local_discovery/pwg_raster_converter.cc
|
| +++ b/chrome/browser/local_discovery/pwg_raster_converter.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/logging.h"
|
| #include "chrome/common/chrome_utility_messages.h"
|
| #include "chrome/common/chrome_utility_printing_messages.h"
|
| +#include "chrome/grit/generated_resources.h"
|
| #include "components/cloud_devices/common/cloud_device_description.h"
|
| #include "components/cloud_devices/common/printer_description.h"
|
| #include "content/public/browser/browser_thread.h"
|
| @@ -23,6 +24,7 @@
|
| #include "printing/pdf_render_settings.h"
|
| #include "printing/pwg_raster_settings.h"
|
| #include "printing/units.h"
|
| +#include "ui/base/l10n/l10n_util.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/geometry/size.h"
|
|
|
| @@ -226,6 +228,8 @@ void PwgUtilityProcessHostClient::StartProcessOnIOThread() {
|
| content::UtilityProcessHost::Create(
|
| this,
|
| base::MessageLoop::current()->message_loop_proxy())->AsWeakPtr();
|
| + utility_process_host_->SetName(l10n_util::GetStringUTF16(
|
| + IDS_UTILITY_PROCESS_PWG_RASTER_CONVERTOR_NAME));
|
| utility_process_host_->Send(new ChromeUtilityMsg_StartupPing);
|
| }
|
|
|
|
|