Bug 1305801 - Part 4: Store variable-length prefix to disk. r=francois, r=gcp
MozReview-Commit-ID: BMTGtgMuQdg
This commit is contained in:
@@ -873,6 +873,8 @@ ProtocolParserProtobuf::ProcessOneResponse(const ListUpdateResponse& aResponse)
|
||||
PARSER_LOG(("* listName: %s\n", listName.get()));
|
||||
PARSER_LOG(("* newState: %s\n", aResponse.new_client_state().c_str()));
|
||||
PARSER_LOG(("* isFullUpdate: %s\n", (isFullUpdate ? "yes" : "no")));
|
||||
|
||||
tuV4->SetFullUpdate(isFullUpdate);
|
||||
ProcessAdditionOrRemoval(*tuV4, aResponse.additions(), true /*aIsAddition*/);
|
||||
ProcessAdditionOrRemoval(*tuV4, aResponse.removals(), false);
|
||||
PARSER_LOG(("\n\n"));
|
||||
|
||||
Reference in New Issue
Block a user