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 23:49:31
According to this: https://bugs.chromium.org/p/pro
Will Harris
2016/03/18 05:17:04
I think we should leave this check in.
jschuh
2016/03/18 07:03:23
kylix_rd - Sorry, I should have paid closer atten
kylix_rd
2016/03/18 14:08:53
Ok, that makes sense.
Something to think about; W
|
passed_once = true; |
last_pos = path.rfind(L'\\'); |