| Index: views/controls/menu/menu_config.h
 | 
| diff --git a/views/controls/menu/menu_config.h b/views/controls/menu/menu_config.h
 | 
| index eafbed172c49ab8214a88fa5cb14099ca1111e2c..adcf8519e6b115bf3e889ef84f352427de3bfbe1 100644
 | 
| --- a/views/controls/menu/menu_config.h
 | 
| +++ b/views/controls/menu/menu_config.h
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| @@ -42,6 +42,9 @@ struct MenuConfig {
 | 
|    // Font used by menus.
 | 
|    gfx::Font font;
 | 
|  
 | 
| +  // Font used when the menu has children.
 | 
| +  gfx::Font font_with_controls;
 | 
| +
 | 
|    // Margins between the top of the item and the label.
 | 
|    int item_top_margin;
 | 
|  
 | 
| 
 |