| 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 7f01ef39c47804043de336fca71717a5901655b6..49614d0894e166d457181ccb5442af8782b14827 100644
|
| --- a/extensions/browser/api/runtime/runtime_apitest.cc
|
| +++ b/extensions/browser/api/runtime/runtime_apitest.cc
|
| @@ -43,6 +43,14 @@ IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ChromeRuntimeUninstallURL) {
|
|
|
| namespace extensions {
|
|
|
| +IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ChromeRuntimeOpenOptionsPage) {
|
| + ASSERT_TRUE(RunExtensionTest("runtime/open_options_page"));
|
| +}
|
| +
|
| +IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ChromeRuntimeOpenOptionsPageError) {
|
| + ASSERT_TRUE(RunExtensionTest("runtime/open_options_page_error"));
|
| +}
|
| +
|
| IN_PROC_BROWSER_TEST_F(ExtensionApiTest, ChromeRuntimeGetPlatformInfo) {
|
| scoped_ptr<base::Value> result(
|
| extension_function_test_utils::RunFunctionAndReturnSingleResult(
|
|
|