| Index: components/bookmarks/browser/bookmark_model_unittest.cc
|
| diff --git a/components/bookmarks/browser/bookmark_model_unittest.cc b/components/bookmarks/browser/bookmark_model_unittest.cc
|
| index bdf0a97bc683cf2c4319f64065e16e7df2c20460..eefdd47b63f067e09c2a38b109f503d9a1f72af2 100644
|
| --- a/components/bookmarks/browser/bookmark_model_unittest.cc
|
| +++ b/components/bookmarks/browser/bookmark_model_unittest.cc
|
| @@ -986,6 +986,7 @@
|
| }
|
| }
|
|
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS) // http://crbug.com/450464
|
| TEST_F(BookmarkModelTest, Sort) {
|
| // Populate the bookmark bar node with nodes for 'B', 'a', 'd' and 'C'.
|
| // 'C' and 'a' are folders.
|
| @@ -1016,6 +1017,7 @@
|
| EXPECT_EQ(parent->GetChild(2)->GetTitle(), ASCIIToUTF16("B"));
|
| EXPECT_EQ(parent->GetChild(3)->GetTitle(), ASCIIToUTF16("d"));
|
| }
|
| +#endif
|
|
|
| TEST_F(BookmarkModelTest, Reorder) {
|
| // Populate the bookmark bar node with nodes 'A', 'B', 'C' and 'D'.
|
|
|