| Index: chrome/browser/ui/views/find_bar_host.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc
|
| index 06f89b29086ab32cc7397f91c2b6c97387c1b6b3..eaee77483efd6a3eec680f90c0260be1559fe840 100644
|
| --- a/chrome/browser/ui/views/find_bar_host.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host.cc
|
| @@ -229,6 +229,11 @@ string16 FindBarHost::GetMatchCountText() {
|
| return find_bar_view()->GetMatchCountText();
|
| }
|
|
|
| +int FindBarHost::GetWidth() {
|
| + NOTIMPLEMENTED();
|
| + return 0;
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // Overridden from DropdownBarHost:
|
|
|
|
|