| 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 1eb040e5e9b5c261b45c7ac59ea528421625ad2e..ce4396ef204e88750384600a0c2c14c445049af2 100644
|
| --- a/chrome/test/live_sync/live_extensions_sync_test_base.cc
|
| +++ b/chrome/test/live_sync/live_extensions_sync_test_base.cc
|
| @@ -103,7 +103,7 @@ void LiveExtensionsSyncTestBase::InstallExtension(
|
| Profile* profile, scoped_refptr<Extension> extension) {
|
| CHECK(profile);
|
| CHECK(extension.get());
|
| - profile->GetExtensionsService()->OnExtensionInstalled(extension, true);
|
| + profile->GetExtensionsService()->OnExtensionInstalled(extension);
|
| }
|
|
|
| void LiveExtensionsSyncTestBase::InstallAllPendingExtensions(
|
|
|