summaryrefslogtreecommitdiffstats
path: root/components/toolbar/toolbar_model.cc
Commit message (Collapse)AuthorAgeFilesLines
* Componentize ToolbarModelblundell2015-07-311-0/+18
The ToolbarModel interface is used in omnibox code targeted for sharing with iOS. This CL componentizes that interface to eliminate a blocker on the omnibox componentization. There are no problematic dependencies, so the componentization is straightforward. TBR=yfriedman BUG=511938 Review URL: https://codereview.chromium.org/1262133002 Cr-Commit-Position: refs/heads/master@{#341319}