Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 70b60716c0de9d16f5cd4ea79f3ac9e2cec86c56..9e02ae69d70b790803d8c532dbdeda55f2da62d4 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -26,6 +26,7 @@ |
#include "chrome/common/chrome_paths_internal.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/chrome_version_info.h" |
+#include "chrome/common/content_settings_component.h" |
#include "chrome/common/crash_keys.h" |
#include "chrome/common/logging_chrome.h" |
#include "chrome/common/profiling.h" |
@@ -429,6 +430,8 @@ bool ChromeMainDelegate::BasicStartupComplete(int* exit_code) { |
nacl::RegisterPathProvider(); |
#endif |
+ InitContentSettingsComponent(); |
+ |
// No support for ANDROID yet as DiagnosticsController needs wchar support. |
// TODO(gspencer): That's not true anymore, or at least there are no w-string |
// references anymore. Not sure if that means this can be enabled on Android or |