Explicitly call OnModelChanged when there are no titles to load
commitac59daacf5d6dfd47ea67bc6ddd930b499215698
authoralexclarke <alexclarke@chromium.org>
Wed, 28 Jan 2015 12:07:26 +0000 (28 04:07 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 28 Jan 2015 12:08:30 +0000 (28 12:08 +0000)
tree7bbd922233e85fe4a30c25568d3576d7d0decf60
parenta00b4c8a7ee2506578cd53107cd170790b093264
Explicitly call OnModelChanged when there are no titles to load

Fixs several release blocking regressions in the behaviour of the
startup page list. Lamentably there are no tests for this code and
adding new ones looks tricky (we'd either need to fix crbug.com/419370)
or refactor the classes to be testable.

BUG=452370,452407

Review URL: https://codereview.chromium.org/879953002

Cr-Commit-Position: refs/heads/master@{#313487}
chrome/browser/custom_home_pages_table_model.cc