| 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)
|
| 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"));
|
|
|