| Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h | 
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h | 
| index 0979644386164e173d7548472f717fa608145df1..855135c4ecef84aebcc9e4b0314dc40e471dbcb9 100644 | 
| --- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h | 
| +++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h | 
| @@ -169,9 +169,6 @@ class OmniboxPopupContentsView : public views::View, | 
|  | 
| const gfx::ImageSkia* bottom_shadow_;  // Ptr owned by resource bundle. | 
|  | 
| -  // Amount of extra padding to add to the popup on the top and bottom. | 
| -  int outside_vertical_padding_; | 
| - | 
| // When the dropdown is not wide enough while displaying postfix suggestions, | 
| // we use the width of widest match contents to shift the suggestions so that | 
| // the widest suggestion just reaches the end edge. | 
|  |