| Index: cloud_print/virtual_driver/win/virtual_driver_consts.cc
|
| diff --git a/cloud_print/virtual_driver/win/virtual_driver_consts.cc b/cloud_print/virtual_driver/win/virtual_driver_consts.cc
|
| index d8b02ea70a49d623531e3b508be15a51df6eb6f9..820ee5349ebb42ccb3400a2d16bb988f4b12452e 100644
|
| --- a/cloud_print/virtual_driver/win/virtual_driver_consts.cc
|
| +++ b/cloud_print/virtual_driver/win/virtual_driver_consts.cc
|
| @@ -7,15 +7,7 @@
|
| #include "cloud_print/virtual_driver/win/virtual_driver_helpers.h"
|
|
|
| namespace cloud_print {
|
| -const wchar_t kPortMonitorDllName64[] = L"gcp_portmon64.dll";
|
| -const wchar_t kPortMonitorDllName32[] = L"gcp_portmon.dll";
|
| const wchar_t kPortName[] = L"GCP:";
|
| const size_t kPortNameSize = sizeof(kPortName);
|
| -
|
| -// The driver name is user visible so it SHOULD be localized, BUT
|
| -// the name is used as a key to find both the driver and printer.
|
| -// We'll need to be careful. If the name changes for the
|
| -// driver it could create bugs.
|
| -const wchar_t kVirtualDriverName[] = L"Google Cloud Print Virtual Printer";
|
| }
|
|
|
|
|