Fix TabControl#canCreateTab.

Preloaded tabs don't obey the tab limit (yet) so if a single preloaded
tab pushes the tab count up to mMaxTabs + 1, canCreateTab will always
return true from that point on.

This is just a partial fix, because Preloaded tabs still don't
obey this limit.

bug:5066968
Change-Id: I6bd574485a6e0f94324c9f6d0cb7624b8951e576
1 file changed