DescriptionRemove ChromeBrowserProvider::IsOffTheRecordSessionActive().
The method can now be inlined at the call site as the implementation
has been upstreamed. Removing the method and obsolete includes. Also
remove the helper method ::IsOffTheRecordSessionActive and directly
call the real implementation from BrowserListIOS.
Convert naked "new" call initializing std::unique_ptr<> to instead
use "base::MakeUnique" (ditto for "base::WrapUnique(new ...)").
BUG=676278
Committed: https://crrev.com/4f378a75463a07e4120477599a9e9600f9d2f4f3
Cr-Commit-Position: refs/heads/master@{#441373}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address comment. #Dependent Patchsets: Messages
Total messages: 16 (10 generated)
|