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

Unified Diff: chrome/test/base/testing_profile_manager.cc

Issue 1157273006: Fix the System Profile to not load extensions. It could otherwise be forced to by GPO. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2403
Patch Set: Created 5 years, 7 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
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile_manager.cc
diff --git a/chrome/test/base/testing_profile_manager.cc b/chrome/test/base/testing_profile_manager.cc
index 46ec927ee9b6c90a432efe9c49d0e91135a33443..0ae9f9995f88fd0ae830221b7029d46e8ce37eb6 100644
--- a/chrome/test/base/testing_profile_manager.cc
+++ b/chrome/test/base/testing_profile_manager.cc
@@ -130,7 +130,7 @@ TestingProfile* TestingProfileManager::CreateGuestProfile() {
TestingProfile::Builder().BuildIncognito(profile);
profile_manager_->AddProfile(profile); // Takes ownership.
- profile_manager_->SetGuestProfilePrefs(profile);
+ profile_manager_->SetNonPersonalProfilePrefs(profile);
testing_profiles_.insert(std::make_pair(kGuestProfileName, profile));
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | tools/metrics/actions/actions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698