Use DidFinishNavigation in TextToSpeechPlaybackController.

Deprecated NavigationItemCommitted was repaced with DidFinishNavigation.

DidFinishNavigation is called when navigation is committed, replaced or
aborted. NavigationItemCommitted is called when navigation is committed.
For TextToSpeechPlaybackController it's ok to stop playback if the
navigation was replaced or aborted. So this CL should not lead to any
functional changes.

Bug: 781534
Change-Id: I7e288c6adf9ffb8c635c9d85d9c5bc1d51138a80
Reviewed-on: https://chromium-review.googlesource.com/c/1398502
Reviewed-by: Kurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#620859}
2 files changed