| Index: chrome/test/live_sync/live_extensions_sync_test_base.cc
|
| diff --git a/chrome/test/live_sync/live_extensions_sync_test_base.cc b/chrome/test/live_sync/live_extensions_sync_test_base.cc
|
| index 26aa257afd630bb5f36d8e054c304dddcc55e325..691330e1a079ad72610939abd466b0ab0554e3b1 100644
|
| --- a/chrome/test/live_sync/live_extensions_sync_test_base.cc
|
| +++ b/chrome/test/live_sync/live_extensions_sync_test_base.cc
|
| @@ -47,8 +47,8 @@ scoped_refptr<Extension> CreateExtension(
|
| }
|
| std::string error;
|
| scoped_refptr<Extension> extension =
|
| - Extension::Create(extension_dir,
|
| - Extension::INTERNAL, source, false, true, &error);
|
| + Extension::Create(extension_dir, Extension::INTERNAL,
|
| + source, Extension::STRICT_ERROR_CHECKS, &error);
|
| if (!error.empty()) {
|
| LOG(WARNING) << error;
|
| return NULL;
|
|
|