| Index: chrome/browser/views/find_bar_host.cc
|
| diff --git a/chrome/browser/views/find_bar_host.cc b/chrome/browser/views/find_bar_host.cc
|
| index 9b2cda555c2d2e81b5d53da6b8017f4b24e8dea8..dd8622a4abb24db074aa531b84b1a3ea34d4b373 100644
|
| --- a/chrome/browser/views/find_bar_host.cc
|
| +++ b/chrome/browser/views/find_bar_host.cc
|
| @@ -117,6 +117,8 @@ bool FindBarHost::GetFindBarWindowInfo(gfx::Point* position,
|
| #else
|
| false) {
|
| // TODO(sky): figure out linux side.
|
| + // This is tricky due to asynchronous nature of x11.
|
| + // See bug http://crbug.com/28629.
|
| #endif
|
| if (position)
|
| *position = gfx::Point();
|
|
|