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

Unified Diff: trunk/src/chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 16109003: Revert 202751 "Change RulesRegistryService to use ProfileKeyedAPI." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/chrome/browser/profiles/off_the_record_profile_impl.cc
===================================================================
--- trunk/src/chrome/browser/profiles/off_the_record_profile_impl.cc (revision 202762)
+++ trunk/src/chrome/browser/profiles/off_the_record_profile_impl.cc (working copy)
@@ -97,6 +97,8 @@
BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices(
this, false);
+ extensions::ExtensionSystem::Get(this)->InitForOTRProfile();
+
DCHECK_NE(IncognitoModePrefs::DISABLED,
IncognitoModePrefs::GetAvailability(profile_->GetPrefs()));

Powered by Google App Engine
This is Rietveld 408576698