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

Unified Diff: chrome/test/live_sync/sync_extension_helper.cc

Issue 7677032: ntp4: make app-install-via-drag less janky (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more test fixes Created 9 years, 4 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/test/live_sync/sync_extension_helper.cc
diff --git a/chrome/test/live_sync/sync_extension_helper.cc b/chrome/test/live_sync/sync_extension_helper.cc
index c8ea7655356b023e3c57841fd9d53467cd67832e..e8dbae8ad378cdc4e5059d6b166ed983d54701a7 100644
--- a/chrome/test/live_sync/sync_extension_helper.cc
+++ b/chrome/test/live_sync/sync_extension_helper.cc
@@ -64,7 +64,7 @@ void SyncExtensionHelper::InstallExtension(
ASSERT_TRUE(extension.get()) << "Could not get extension " << name
<< " (profile = " << profile << ")";
profile->GetExtensionService()->OnExtensionInstalled(
- extension, extension->UpdatesFromGallery());
+ extension, extension->UpdatesFromGallery(), 0);
}
void SyncExtensionHelper::UninstallExtension(

Powered by Google App Engine
This is Rietveld 408576698