Index: chrome/browser/chrome_browser_main.cc |
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc |
index ff3dc9bcfcc765b568423e2bb6b1e870402a97d7..bb37f95659d159d680b24ca9055a836f39639ceb 100644 |
--- a/chrome/browser/chrome_browser_main.cc |
+++ b/chrome/browser/chrome_browser_main.cc |
@@ -76,6 +76,7 @@ |
#include "chrome/browser/pref_service_flags_storage.h" |
#include "chrome/browser/prefs/chrome_pref_service_factory.h" |
#include "chrome/browser/prefs/command_line_pref_store.h" |
+#include "chrome/browser/prefs/incognito_mode_prefs.h" |
#include "chrome/browser/prefs/pref_metrics_service.h" |
#include "chrome/browser/printing/cloud_print/cloud_print_proxy_service.h" |
#include "chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h" |
@@ -1532,6 +1533,10 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() { |
browser_creator_.reset(); |
#endif // !defined(OS_ANDROID) |
+#if defined(OS_WIN) |
+ IncognitoModePrefs::InitializePlatformParentalControls(); |
sky
2014/06/19 14:56:15
Can this be moved to chrome_browser_main_win?
guohui
2014/06/19 17:51:41
Done.
|
+#endif // OS_WIN |
+ |
performance_monitor::PerformanceMonitor::GetInstance()->Initialize(); |
PostBrowserStart(); |