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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 2866613003: Solve ProfileIOData, Extension, HostContentSettingsMap ordering issue. (Closed)
Patch Set: Uninteresting merge, add TODO Created 3 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: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 9ebe85b9a3f13522a41559eedb868626cdcf2561..d97639db7f114d65142e8d3a499048ff3742760c 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -359,8 +359,9 @@ class ExtensionService
void TerminateExtension(const std::string& extension_id);
// Register self and content settings API with the specified map.
- void RegisterContentSettings(
- HostContentSettingsMap* host_content_settings_map);
+ static void RegisterContentSettings(
+ HostContentSettingsMap* host_content_settings_map,
+ Profile* profile);
// Adds/Removes update observers.
void AddUpdateObserver(extensions::UpdateObserver* observer);
« no previous file with comments | « chrome/browser/content_settings/host_content_settings_map_factory.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698