Remove ContextualSearchPanelDelegate
This delegate was largely used as a proxy for getters and setters
exposed by the ContextualSearchPanel. This adds an unnecessary layer
of complexity and required shell methods to expose base class
functions to the interface. Usages of this interface have been
replaced by either the ContextualSearchPanel or its base class,
OverlayPanel.
BUG=
521773
Committed:
https://crrev.com/815ca3f4b7cc8eea0233a7a15e6ac6f7a7eb9d33
Cr-Commit-Position: refs/heads/master@{#355316}