Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Issue 10332264: ui/base/models: Remove unnecessary virtuals from ListModel functions. (Closed)

Created:
8 years, 7 months ago by tfarina
Modified:
8 years, 7 months ago
Reviewers:
xiyuan
CC:
chromium-reviews
Visibility:
Public.

Description

ui/base/models: Remove unnecessary virtuals from ListModel functions. ListModel is intended to be used as composition not inheritance, so it's unlikely these functions will be needed to be overridden, and they aren't until now, so let's not make them virtual for now. R=xiyuan@chromium.org TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138062

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M ui/base/models/list_model.h View 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tfarina
8 years, 7 months ago (2012-05-19 01:19:04 UTC) #1
xiyuan
8 years, 7 months ago (2012-05-19 02:15:41 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698