| Index: cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| diff --git a/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc b/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| index 28c4a3b92ca81bbf66c16a13588769267bcc798b..66718a94fa1ad8b2a1f04e6f3d52302e5e4c8f33 100644
|
| --- a/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| +++ b/cloud_print/virtual_driver/win/port_monitor/port_monitor.cc
|
| @@ -308,7 +308,7 @@ base::FilePath GetChromeExePath() {
|
| base::FilePath path = ReadPathFromAnyRegistry(kChromeExePathRegValue);
|
| if (!path.empty())
|
| return path;
|
| - return chrome_launcher_support::GetAnyChromePath();
|
| + return chrome_launcher_support::GetAnyChromePath(false);
|
| }
|
|
|
| base::FilePath GetChromeProfilePath() {
|
|
|