| Index: chrome/browser/extensions/lazy_background_page_apitest.cc
|
| diff --git a/chrome/browser/extensions/lazy_background_page_apitest.cc b/chrome/browser/extensions/lazy_background_page_apitest.cc
|
| index bb80d1da1d1075ddfa9a4899e4b12191ea242e31..7a4f85f52ea23df1fd364ba45e87fb4046afcb21 100644
|
| --- a/chrome/browser/extensions/lazy_background_page_apitest.cc
|
| +++ b/chrome/browser/extensions/lazy_background_page_apitest.cc
|
| @@ -314,7 +314,7 @@ IN_PROC_BROWSER_TEST_F(LazyBackgroundPageApiTest, WaitForRequest) {
|
|
|
| // Tests that the lazy background page stays alive while a NaCl module exists in
|
| // its DOM.
|
| -#if !defined(DISABLE_NACL)
|
| +#if !defined(DISABLE_NACL) && !defined(DISABLE_NACL_BROWSERTESTS)
|
| IN_PROC_BROWSER_TEST_F(LazyBackgroundPageApiTest, NaCl) {
|
| {
|
| base::FilePath extdir;
|
|
|