DescriptionRemove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID.
The view type enum is supposed to represent the 'type of view' in the user
sense, so 'tab', 'background page', 'popup', etc. A 'web contents' is not
a type of view, it's an implementation detail of many different view
types.
This was essentially resulting in too many WebContents instances being
treated as tabs.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=136835
Patch Set 1 #Patch Set 2 : remove stray comment #
Total comments: 1
Patch Set 3 : fix other comment #
Total comments: 1
Patch Set 4 : blah #Messages
Total messages: 5 (0 generated)
|