Chromium Code Reviews
DescriptionRemove virtual destructor from WorkerSettings, and make the constructor explicit.
It has no base or derived classes, so its destructor need not be declared virtual.
It has a one-argument constructor, which per the style guide should be declared
'explicit' to avoid undesired implicit conversions.
Committed: https://crrev.com/63942671b93caa41959910a47bc834c5c68df15c
Cr-Commit-Position: refs/heads/master@{#407922}
Patch Set 1 #Patch Set 2 : explicit constructor #Messages
Total messages: 17 (11 generated)
|