Index: chrome/browser/shell_integration_win.cc |
=================================================================== |
--- chrome/browser/shell_integration_win.cc (revision 111826) |
+++ chrome/browser/shell_integration_win.cc (working copy) |
@@ -207,9 +207,7 @@ |
// Check if the shortcut points to chrome_exe. |
std::wstring source; |
- if (FAILED(shell_link->GetPath(WriteInto(&source, MAX_PATH), |
- MAX_PATH, |
- NULL, |
+ if (FAILED(shell_link->GetPath(WriteInto(&source, MAX_PATH), MAX_PATH, NULL, |
SLGP_RAWPATH)) || |
lstrcmpi(chrome_exe_.value().c_str(), source.c_str())) |
return false; |