DescriptionDeleted fullscreen virtual methods in BrowserWindow.
These methods are not actually used. Methods of identical names/types
exist in ExclusiveAccessContext. BrowserView inherits both BrowserWindow
and ExclusiveAccessContext and double-overrides this method. It is only
virtual-dispatched through ExclusiveAccessContext, so the BrowserWindow
virtual methods do not need to exist.
Updated tests that were depending on this old interface.
BUG=352425
Committed: https://crrev.com/9354355f3cad54c89e4d217a848e553d4de09cad
Cr-Commit-Position: refs/heads/master@{#362926}
Patch Set 1 #Patch Set 2 : Fix tests (the only thing that was depending on these methods of BrowserWindow). #Patch Set 3 : Fixed browser_tests. #Patch Set 4 : Fix Mac compile. #Patch Set 5 : Another go at fixing Mac compile. #Patch Set 6 : More Mac fixes. #
Total comments: 1
Depends on Patchset: Messages
Total messages: 34 (16 generated)
|