DescriptionRemove DistilledPageInfo and related structs.
The DistilledPageInfo and related structs are unnecessary, and it is possible
to pass the DomDistillerResult proto around instead. Currently they contain the
same data, and it is all just copied over.
Removing this intermediate step simplifies the code and makes it easier to add
more data to the DomDistillerResult proto and passing it through to
DistilledPageProto.
BUG=409274
Committed: https://crrev.com/3d9a246947c3a01ca075a4c7eca4cda4259a4939
Cr-Commit-Position: refs/heads/master@{#293008}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebased #Patch Set 3 : Address comment about found_content #Patch Set 4 : Fixed bool-issue and changed from EXPECT_EQ to ASSERT_EQ for page size #
Total comments: 2
Patch Set 5 : Fixed dependency #Patch Set 6 : Rebased and merged in time-info change #Patch Set 7 : Fixed DCHECK #
Messages
Total messages: 27 (5 generated)
|