| Index: chrome/browser/ui/webui/options2/browser_options_handler2.cc
 | 
| diff --git a/chrome/browser/ui/webui/options2/browser_options_handler2.cc b/chrome/browser/ui/webui/options2/browser_options_handler2.cc
 | 
| index 93939fd577fe9b5feb01fbc9c70cae1929fc7685..44fc513dea65987e1b82f18d009a1cb5c2979a22 100644
 | 
| --- a/chrome/browser/ui/webui/options2/browser_options_handler2.cc
 | 
| +++ b/chrome/browser/ui/webui/options2/browser_options_handler2.cc
 | 
| @@ -144,6 +144,7 @@ void BrowserOptionsHandler::GetLocalizedValues(
 | 
|      { "toolbarShowBookmarksBar", IDS_OPTIONS_TOOLBAR_SHOW_BOOKMARKS_BAR },
 | 
|      { "toolbarShowHomeButton", IDS_OPTIONS_TOOLBAR_SHOW_HOME_BUTTON },
 | 
|  #if defined(TOOLKIT_GTK)
 | 
| +    { "showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS },
 | 
|      { "themesGTKButton", IDS_THEMES_GTK_BUTTON },
 | 
|      { "themesSetClassic", IDS_THEMES_SET_CLASSIC },
 | 
|  #else
 | 
| 
 |