DescriptionConsolidate constructormagic macros with Chromium version and remove Chromium override.
Part of work removing dependency on Chromium's base.
Only adds "= delete". From https://codereview.chromium.org/1151443003 :
"This will guarantee the error to be at compile time, and not rely on the call visibility (private)."
In consequence of that change, fixed an illegal copy and removed a bunch of unused variables.
BUG=chromium:468375
(in particular comment #37)
NOTRY=true
Committed: https://crrev.com/0de8ff488d92e0bc6b7b65662898ff5e955cda93
Cr-Commit-Position: refs/heads/master@{#9913}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Code review. Removed unused variables in various files. #Patch Set 3 : Removed more unused variables. #Patch Set 4 : Rebase. #Messages
Total messages: 30 (13 generated)
|