Chromium Code Reviews| Index: extensions/browser/api/runtime/runtime_apitest.cc |
| diff --git a/extensions/browser/api/runtime/runtime_apitest.cc b/extensions/browser/api/runtime/runtime_apitest.cc |
| index 596ffd5dccd5408ac1c78f56fd9f173dfbe760b7..0e5e6a3ab4889187d87e2aab7dd3e9be2256da41 100644 |
| --- a/extensions/browser/api/runtime/runtime_apitest.cc |
| +++ b/extensions/browser/api/runtime/runtime_apitest.cc |
| @@ -98,9 +98,11 @@ class RuntimeAPIUpdateTest : public ExtensionApiTest { |
| } // namespace |
| +#if defined(OS_CHROMEOS) |
|
Devlin
2017/06/09 14:56:34
Why? This refers to the extensions options page,
Dan Beam
2017/06/09 19:23:29
yeah, sorry. leftovers from when opening the uber
|
| IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ChromeRuntimeOpenOptionsPage) { |
| ASSERT_TRUE(RunExtensionTest("runtime/open_options_page")); |
| } |
| +#endif |
| IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ChromeRuntimeOpenOptionsPageError) { |
| ASSERT_TRUE(RunExtensionTest("runtime/open_options_page_error")); |