DescriptionApplicationManager: Use callback to get notified on application shutdown.
Until now, the Delegate had a OnApplicationError that was called
whenever an application ended. Because it was used to keep track of when
a given started application ended, it needed to send back the URL that
was used to start an application. This was cumbersome as mapping and
rediect change the url during the loading process.
Instead this change allows a caller fo ApplicationManager to register a
closure that will be called when the application ends, if the call
started a new application.
R=davemoore@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/993869e76244efcbeeb4c6fa37cb52835115ef36
Patch Set 1 #
Total comments: 1
Patch Set 2 : Follow review #Patch Set 3 : Rebase #Patch Set 4 : Rebase after parameters fix #
Messages
Total messages: 5 (0 generated)
|