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

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

Issue 10977048: Fix bug in disabling sync for default apps (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix browser and integration tests, which got broken Created 8 years, 2 months 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/sync_extension_helper.cc
diff --git a/chrome/browser/sync/test/integration/sync_extension_helper.cc b/chrome/browser/sync/test/integration/sync_extension_helper.cc
index f43dee2ae2cf9b05b7c43298effea1359f95eea5..337b9a66ce3e2ecebf8162f9da83c233cb0075be 100644
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
@@ -71,8 +71,7 @@ std::string SyncExtensionHelper::InstallExtension(
return "";
}
profile->GetExtensionService()->OnExtensionInstalled(
- extension, extension->UpdatesFromGallery(), syncer::StringOrdinal(),
- false /* no requirement errors */);
+ extension, syncer::StringOrdinal(), false /* no requirement errors */);
return extension->id();
}

Powered by Google App Engine
This is Rietveld 408576698