| Index: base/file_util.h
|
| ===================================================================
|
| --- base/file_util.h (revision 175576)
|
| +++ base/file_util.h (working copy)
|
| @@ -176,6 +176,7 @@
|
| const FilePath& filename2);
|
|
|
| // Read the file at |path| into |contents|, returning true on success.
|
| +// This function fails if the |path| contains path traversal components ('..').
|
| // |contents| may be NULL, in which case this function is useful for its
|
| // side effect of priming the disk cache.
|
| // Useful for unit tests.
|
|
|