Changed NavigationController access to through tab in Java code
Currently most of the chrome UI code access NavigationController through
WebContents. However for Blimp mode there is no WebContents and hence
needs a different way to access NavigationController. In this CL, a
NavigationHandler interface was written that can be directly
accessed from tab. This would be used throughout clank UI. Chrome and
blimp versions would implement this interface.
BUG=
612080
Committed:
https://crrev.com/8b75c19b428805a0465624cd6047b705c3b9a1b5
Cr-Commit-Position: refs/heads/master@{#405899}