Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: cloud_print/virtual_driver/win/virtual_driver_consts.cc

Issue 6930019: Added resources. (Closed)
Patch Set: Dealing with git stupidity Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
}
« no previous file with comments | « cloud_print/virtual_driver/win/virtual_driver_consts.h ('k') | cloud_print/virtual_driver/win/virtual_driver_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698