Commit 593d299b authored by halyavin's avatar halyavin Committed by Commit bot

Remove misleading comment.

This comment was left behind when corresponding code was
removed in https://codereview.chromium.org/6597038 (rev fbd31eb8).

TEST= none
BUG= none

Review URL: https://codereview.chromium.org/1025523002

Cr-Commit-Position: refs/heads/master@{#321954}
parent 4721fe97
......@@ -381,8 +381,6 @@ Status ApplyEnsemblePatch(SourceStream* base,
Status ApplyEnsemblePatch(const base::FilePath::CharType* old_file_name,
const base::FilePath::CharType* patch_file_name,
const base::FilePath::CharType* new_file_name) {
// First read enough of the patch file to validate the header is well-formed.
// A few varint32 numbers should fit in 100.
base::FilePath patch_file_path(patch_file_name);
base::MemoryMappedFile patch_file;
if (!patch_file.Initialize(patch_file_path))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment