diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/live_sync/live_sync_extension_helper.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/live_sync/live_sync_extension_helper.cc b/chrome/test/live_sync/live_sync_extension_helper.cc index c5772c3..c58251b 100644 --- a/chrome/test/live_sync/live_sync_extension_helper.cc +++ b/chrome/test/live_sync/live_sync_extension_helper.cc @@ -50,7 +50,8 @@ void LiveSyncExtensionHelper::InstallExtension( scoped_refptr<Extension> extension = GetExtension(profile, name, type); ASSERT_TRUE(extension.get()) << "Could not get extension " << name << " (profile = " << profile << ")"; - profile->GetExtensionService()->OnExtensionInstalled(extension); + profile->GetExtensionService()->OnExtensionInstalled( + extension, extension->UpdatesFromGallery()); } void LiveSyncExtensionHelper::UninstallExtension( |