summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/gtk/bookmark_editor_gtk.cc4
-rw-r--r--chrome/test/data/valgrind/unit_tests.gtest_linux.txt3
2 files changed, 2 insertions, 5 deletions
diff --git a/chrome/browser/gtk/bookmark_editor_gtk.cc b/chrome/browser/gtk/bookmark_editor_gtk.cc
index c4ccb70..8b449a4 100644
--- a/chrome/browser/gtk/bookmark_editor_gtk.cc
+++ b/chrome/browser/gtk/bookmark_editor_gtk.cc
@@ -160,11 +160,11 @@ void BookmarkEditorGtk::Init(GtkWindow* parent_window) {
GtkTreeViewColumn* icon_column =
gtk_tree_view_column_new_with_attributes(
- "", gtk_cell_renderer_pixbuf_new(), "pixbuf",
+ "FolderIcon", gtk_cell_renderer_pixbuf_new(), "pixbuf",
bookmark_utils::FOLDER_ICON, NULL);
GtkTreeViewColumn* name_column =
gtk_tree_view_column_new_with_attributes(
- "", gtk_cell_renderer_text_new(), "text",
+ "FolderName", gtk_cell_renderer_text_new(), "text",
bookmark_utils::FOLDER_NAME, NULL);
tree_view_ = gtk_tree_view_new_with_model(GTK_TREE_MODEL(tree_store_));
diff --git a/chrome/test/data/valgrind/unit_tests.gtest_linux.txt b/chrome/test/data/valgrind/unit_tests.gtest_linux.txt
deleted file mode 100644
index b78da34..0000000
--- a/chrome/test/data/valgrind/unit_tests.gtest_linux.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# See http://crbug.com/15445
-# Only fails on the bots?
-BookmarkEditorGtkTest.*