Chromium Code Reviews| Index: chrome/browser/ui/webui/bookmarks_ui_browsertest.cc |
| diff --git a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc |
| index c5160339ed15fd87d17cbc8fb36c2842ebd3f255..a266ef4fd2b49e203d12a83ca09882058ad9578d 100644 |
| --- a/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc |
| +++ b/chrome/browser/ui/webui/bookmarks_ui_browsertest.cc |
| @@ -18,6 +18,11 @@ class BookmarksTest : public InProcessBrowserTest { |
| public: |
| BookmarksTest() {} |
| + void SetUpOnMainThread() override { |
| + InProcessBrowserTest::SetUpOnMainThread(); |
| + EnableAccessibilityChecksForTestCase(true); |
| + }; |
|
Jay Civelli
2015/02/07 01:11:12
Nit: no comma needed after the }
hcarmona
2015/02/07 02:22:12
Done.
|
| + |
| void OpenBookmarksManager() { |
| content::TestNavigationObserver navigation_observer( |
| browser()->tab_strip_model()->GetActiveWebContents(), 2); |