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 467b3f5633e90b9ae9592924326fdcc5760bc39a..112248e6868cb673696e62a8e822ee483bf21dee 100644 |
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc |
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc |
@@ -75,6 +75,7 @@ std::string SyncExtensionHelper::InstallExtension( |
syncer::StringOrdinal(), |
false /* no requirement errors */, |
extensions::NOT_BLACKLISTED, |
+ false /* not ephemeral */, |
false /* don't wait for idle to install */); |
return extension->id(); |
} |