DNR: Ensure RulesetMatcher::RequestParams variables are always initialized.
The default RequestParams constructor is only used in tests. However currently tests using it may not initialize all the member variables, leading to some variables remaining uninitialized and causing unexpected results. Fix this by providing default values. BUG=696822 Change-Id: I682bb7157a4f1d6bef715840ef8f974be090df68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706915 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#678469}
Showing
Please register or sign in to comment