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 |
deleted file mode 100644 |
index d8b02ea70a49d623531e3b508be15a51df6eb6f9..0000000000000000000000000000000000000000 |
--- a/cloud_print/virtual_driver/win/virtual_driver_consts.cc |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "cloud_print/virtual_driver/win/virtual_driver_consts.h" |
-#include <windows.h> |
-#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"; |
-} |
- |