summaryrefslogtreecommitdiffstats
path: root/base/callback_unittest.nc
Commit message (Collapse)AuthorAgeFilesLines
* Make Callback.Equals() only work when comparing against the same type.ajwong@chromium.org2011-09-101-0/+50
Previously, we were using the base class's comparator to check equality, which allows us to make comparisons across callbacks of different types. This disallows such a thing. BUG=none TEST=New no-compile test. Review URL: http://codereview.chromium.org/7780016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100565 0039d316-1c4b-4281-b951-d872f2087c98