| Index: chrome/browser/sync/test/integration/extensions_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/extensions_helper.cc b/chrome/browser/sync/test/integration/extensions_helper.cc
|
| index 66fd7898f3414906463890dda3ee5e51ebb9edf1..c6a91c4112dbf0e9dea0a8c36cc99d50a1c24a37 100644
|
| --- a/chrome/browser/sync/test/integration/extensions_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/extensions_helper.cc
|
| @@ -112,8 +112,7 @@ bool IsIncognitoEnabled(Profile* profile, int index) {
|
| }
|
|
|
| void InstallExtensionsPendingForSync(Profile* profile) {
|
| - SyncExtensionHelper::GetInstance()->InstallExtensionsPendingForSync(
|
| - profile, extensions::Extension::TYPE_EXTENSION);
|
| + SyncExtensionHelper::GetInstance()->InstallExtensionsPendingForSync(profile);
|
| }
|
|
|
| std::string CreateFakeExtensionName(int index) {
|
|
|