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

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

Issue 23618014: This defers starting background extension page RenderViews (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified, reverted changes to extension_host Created 7 years, 3 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 393f94330409596500652fd9d453b15cc9aac0ee..3e1c0d4cd1f729cac4f452b04efd1cf6ecffffe7 100644
--- a/chrome/browser/sync/test/integration/sync_extension_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_extension_helper.cc
@@ -252,7 +252,7 @@ bool SyncExtensionHelper::ExtensionStatesMatch(
}
void SyncExtensionHelper::SetupProfile(Profile* profile) {
- extensions::ExtensionSystem::Get(profile)->InitForRegularProfile(true);
+ extensions::ExtensionSystem::Get(profile)->InitForRegularProfile(true, false);
profile_extensions_.insert(make_pair(profile, ExtensionNameMap()));
}

Powered by Google App Engine
This is Rietveld 408576698