Chromium Code Reviews| Index: sandbox/win/src/filesystem_policy.cc |
| diff --git a/sandbox/win/src/filesystem_policy.cc b/sandbox/win/src/filesystem_policy.cc |
| index 87340a8227b866aead19bc86d15c2747012a8f10..192cfae670e1098049a75dc5254f3959dda03d0b 100644 |
| --- a/sandbox/win/src/filesystem_policy.cc |
| +++ b/sandbox/win/src/filesystem_policy.cc |
| @@ -395,7 +395,6 @@ base::string16 FixNTPrefixForMatch(const base::string16& name) { |
| } |
| } else { |
| // Start of name matches NT prefix, replace with escaped format |
|
rvargas (doing something else)
2014/08/25 23:10:11
nit: end with period.
|
| - // Fixes bug: 334882 |
| mod_name.replace(0, kNTPrefixLen, kNTPrefixEscaped); |
| } |