DescriptionEliminate BaseSessionServiceDelegateImpl
PersistentTabRestoreService::Delegate is slated for componentization. However,
it inherits from BaseSessionServiceDelegateImpl, which contains //chrome-level
functionality.
This CL eliminates BaseSessionServiceDelegateImpl, instead having
PersistentTabRestoreService::Delegate and SessionService each inherit directly
from BaseSessionServiceDelegate. The one non-trivial method in
BaseSessionServiceDelegateImpl (ShouldTrackEntry()) is pulled out into a
standalone //chrome-level util function to avoid code duplication between
ChromeTabRestoreServiceClient and SessionService.
BUG=530165
Committed: https://crrev.com/6d34c3450bc604a9a3f752839442b9d5f87a2a4b
Cr-Commit-Position: refs/heads/master@{#348363}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Response to reviewv #Dependent Patchsets: Messages
Total messages: 10 (3 generated)
|