DescriptionSeparate contextual search state handler and log
This change removes the ContextualSearchStateHandler and moves the
functionality of this class into more appropriate locations.
The logging functionality has been moved to a separate class that
is owned by the ContextualSearchPanel since logging should be done
closer to the top level rather than the most base class. State
handling has been moved into the ContextualSearchPanelBase since it
will eventually be a common base feature of overlay panels.
BUG=521773
Committed: https://crrev.com/dd248187f7ff9128c2cf7fdb5b1d0f3a0fc18a99
Cr-Commit-Position: refs/heads/master@{#351376}
Patch Set 1 #
Total comments: 8
Patch Set 2 : logging is in a separate class #
Total comments: 10
Patch Set 3 : rebase #Patch Set 4 : address comments #
Total comments: 4
Patch Set 5 : nits #Patch Set 6 : correct var name #
Depends on Patchset: Messages
Total messages: 17 (5 generated)
|