| Index: chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h
|
| diff --git a/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h b/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h
|
| index c49fa6f846a486744c943c183e3744e3dd0d83b0..76b192bd22f14f7df2157cfd2a9cb8d34c98d155 100644
|
| --- a/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h
|
| +++ b/chrome/browser/ui/views/autocomplete/autocomplete_popup_contents_view.h
|
| @@ -174,6 +174,11 @@ class AutocompletePopupContentsView : public views::View,
|
| gfx::Rect start_bounds_;
|
| gfx::Rect target_bounds_;
|
|
|
| + // Set to true if we're invoking MoveAbove on the popup. Used in tracking
|
| + // 92497.
|
| + // TODO(sky): remove when we figure out 92497.
|
| + bool in_move_above_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AutocompletePopupContentsView);
|
| };
|
|
|
|
|