Index: chrome/browser/ui/gtk/options/advanced_contents_gtk.cc |
diff --git a/chrome/browser/ui/gtk/options/advanced_contents_gtk.cc b/chrome/browser/ui/gtk/options/advanced_contents_gtk.cc |
index 46d055419daf2d21ed10bf3715e59a8c54601340..81bad05cb08f6df2a74bde82c56e72ec5e0a05d0 100644 |
--- a/chrome/browser/ui/gtk/options/advanced_contents_gtk.cc |
+++ b/chrome/browser/ui/gtk/options/advanced_contents_gtk.cc |
@@ -1138,8 +1138,6 @@ WebContentSection::WebContentSection(Profile* profile) |
gtk_box_pack_start(GTK_BOX(page_), |
gtk_util::IndentWidget(button_hbox), |
FALSE, FALSE, 0); |
- |
- // TODO(mattm): gears options would go here if we supported gears |
} |
// static |