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

Unified Diff: chrome/browser/sync/test/integration/sync_app_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_app_helper.cc
diff --git a/chrome/browser/sync/test/integration/sync_app_helper.cc b/chrome/browser/sync/test/integration/sync_app_helper.cc
index 81145034c2e6f6e4adae570d6ecfe1ee88d4a9f3..c6cbec191ae0a28980d1482af7645748826ee151 100644
--- a/chrome/browser/sync/test/integration/sync_app_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_app_helper.cc
@@ -95,7 +95,7 @@ void SyncAppHelper::SetupIfNecessary(SyncTest* test) {
for (int i = 0; i < test->num_clients(); ++i) {
extensions::ExtensionSystem::Get(
- test->GetProfile(i))->InitForRegularProfile(true);
+ test->GetProfile(i))->InitForRegularProfile(true, false);
}
extensions::ExtensionSystem::Get(
test->verifier())->InitForRegularProfile(true);

Powered by Google App Engine
This is Rietveld 408576698