| Index: chrome/browser/extensions/extension_browsertests_misc.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_browsertests_misc.cc (revision 29866)
|
| +++ chrome/browser/extensions/extension_browsertests_misc.cc (working copy)
|
| @@ -207,13 +207,7 @@
|
| #if defined(OS_WIN) || defined(OS_LINUX)
|
| // Tests that we can load page actions in the Omnibox.
|
| IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, PageAction) {
|
| - // This page action will not show an icon, since it doesn't specify one but
|
| - // is included here to test for a crash (http://crbug.com/25562).
|
| ASSERT_TRUE(LoadExtension(
|
| - test_data_dir_.AppendASCII("browsertest")
|
| - .AppendASCII("crash_25562")));
|
| -
|
| - ASSERT_TRUE(LoadExtension(
|
| test_data_dir_.AppendASCII("samples")
|
| .AppendASCII("subscribe_page_action")));
|
|
|
|
|