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

Unified Diff: cloud_print/virtual_driver/win/install/setup.cc

Issue 10830037: Use a differnt GUID to access the Windows core driver that contains XPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/install/setup.cc
diff --git a/cloud_print/virtual_driver/win/install/setup.cc b/cloud_print/virtual_driver/win/install/setup.cc
index d0efc35890acd633e0e1f934ab6404ff818aa91d..32a2dba13143cc04d5d6d9361cfa692dfff1ef16 100644
--- a/cloud_print/virtual_driver/win/install/setup.cc
+++ b/cloud_print/virtual_driver/win/install/setup.cc
@@ -233,7 +233,7 @@ void ReadyPpdDependencies(const FilePath& install_path) {
CORE_PRINTER_DRIVER driver;
GetCorePrinterDrivers(NULL,
NULL,
- L"{D20EA372-DD35-4950-9ED8-A6335AFE79F0}",
+ L"{D20EA372-DD35-4950-9ED8-A6335AFE79F5}",
1,
&driver);
GetPrinterDriverPackagePath(NULL,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698