| Index: components/toolbar/test_toolbar_model.cc
|
| diff --git a/components/toolbar/test_toolbar_model.cc b/components/toolbar/test_toolbar_model.cc
|
| index e1f4cf55ff55b8311eeb1f0f1f369d424f7e0d67..6ad5b94d501cdbeb46baaae3191c8f24c020cd0a 100644
|
| --- a/components/toolbar/test_toolbar_model.cc
|
| +++ b/components/toolbar/test_toolbar_model.cc
|
| @@ -28,10 +28,6 @@ base::string16 TestToolbarModel::GetFormattedURL(size_t* prefix_end) const {
|
| return text_;
|
| }
|
|
|
| -base::string16 TestToolbarModel::GetCorpusNameForMobile() const {
|
| - return base::string16();
|
| -}
|
| -
|
| GURL TestToolbarModel::GetURL() const {
|
| return url_;
|
| }
|
|
|