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

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

Issue 6930019: Added resources. (Closed)
Patch Set: Fixed lint errors 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
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";
-}
-

Powered by Google App Engine
This is Rietveld 408576698