DescriptionRemove bad const from disk_cache::Backend interface.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Use_of_const tells me not to use const where it's confusing. The instances of const removed by this CL are definitely confusing since they aren't even part of the interfaces they're written in. Worse yet, our Windows compiler gives errors if you override without matching them.
This issue is upstream of https://codereview.chromium.org/12192005/ (Add simple cache backend), and must land before it so as to not break the windows build.
R=rvargas@chromium.org
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182065
Patch Set 1 #Patch Set 2 : oh ya that one #Patch Set 3 : third time is a charm #
Messages
Total messages: 5 (0 generated)
|