Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: chrome/browser/sync/test/integration/extensions_helper.cc

Issue 11308072: Include v2 packaged apps in sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment explaining index Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698