Chromium Code Reviews| Index: sandbox/win/src/win_utils.cc |
| diff --git a/sandbox/win/src/win_utils.cc b/sandbox/win/src/win_utils.cc |
| index ef4d803ab6d94c142f88e60b928d930542697503..fb108f519790b2c8e7e7040806c981261f8e7e11 100644 |
| --- a/sandbox/win/src/win_utils.cc |
| +++ b/sandbox/win/src/win_utils.cc |
| @@ -198,10 +198,10 @@ DWORD IsReparsePoint(const base::string16& full_path) { |
| NOTREACHED_NT(); |
| return error; |
| } |
| - } else if (FILE_ATTRIBUTE_REPARSE_POINT & attributes) { |
| + }/* else if (FILE_ATTRIBUTE_REPARSE_POINT & attributes) { |
| // This is a reparse point. |
| return ERROR_SUCCESS; |
| - } |
| + }*/ |
|
kylix_rd
2016/03/17 22:52:10
Ignore this change. Commented out to get Chrome to
|
| passed_once = true; |
| last_pos = path.rfind(L'\\'); |