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

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: Fixed missed reference to InitForRegularProfile in SyncAppHelper 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..897764e207058e9fe134b1b1ad30655371d6e291 100644
--- a/chrome/browser/sync/test/integration/sync_app_helper.cc
+++ b/chrome/browser/sync/test/integration/sync_app_helper.cc
@@ -95,10 +95,10 @@ 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);
+ test->verifier())->InitForRegularProfile(true, false);
setup_completed_ = true;
}
« no previous file with comments | « chrome/browser/sync/glue/theme_data_type_controller.cc ('k') | chrome/browser/sync/test/integration/sync_extension_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698