Chromium Code Reviews| 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 a403af4fd5e0cdced6e4a4039f24cc5e86a9fd9d..c2d9a991a4e8d79e775bd8eff031e6d1f286ee38 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); |
|
grt (UTC plus 2)
2015/01/09 17:45:29
similar comment here
|
| } |
| base::FilePath GetChromeProfilePath() { |