summaryrefslogtreecommitdiffstats
path: root/cloud_print
diff options
context:
space:
mode:
authorabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 21:27:58 +0000
committerabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-27 21:27:58 +0000
commit7439a0dd61821df7bfef76f36e9c5ca24262ecbb (patch)
treed50c49dc4065eceb98e214f87216ec56cc2c9f16 /cloud_print
parent5edb84671e92de756662871e912488107d15dedd (diff)
downloadchromium_src-7439a0dd61821df7bfef76f36e9c5ca24262ecbb.zip
chromium_src-7439a0dd61821df7bfef76f36e9c5ca24262ecbb.tar.gz
chromium_src-7439a0dd61821df7bfef76f36e9c5ca24262ecbb.tar.bz2
Use a differnt GUID to access the Windows core driver that contains XPS.
The main Windows core printer driver has several different guids associated with it. Windows 8 removes all but 1 of these guids. This CL switches to use the guid that is still supported. AFAICT this should continue to work on all of the platforms we support. My testing is blocked at the moment due to a problem with internal software. BUG=139156 TEST=Try to install driver (all supported Windows versions) Review URL: https://chromiumcodereview.appspot.com/10830037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print')
-rw-r--r--cloud_print/virtual_driver/win/install/setup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud_print/virtual_driver/win/install/setup.cc b/cloud_print/virtual_driver/win/install/setup.cc
index d0efc35..32a2dba 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,