Descriptionviews: Cleanup BrowserView function order and variable names
Motivated by issues I had working in BrowserView and BrowserViewLayout:
* Remove unnecessary virtual keyword and protected section, as this class
has no subclasses.
* Grouped overridden methods together.
* Fixed function order in .cc file.
* Renamed contents_container_ to contents_web_view_, as it is a WebView
* Renamed contents_ to contents_container_, as it is a ContentsContainer
BUG=232971
TEST=compiles, existing browser tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194999
Patch Set 1 #Patch Set 2 : cleanup BrowserView #Patch Set 3 : rebase #
Messages
Total messages: 3 (0 generated)
|