| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index e3aac45563bbdaa8e409c4985bf8ce6a9b360049..c03597df84f7d11b9d6fcaa9e0d5bce83f004da6 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -27,6 +27,7 @@
|
| #include "chrome/browser/chrome_elf_init_win.h"
|
| #include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/install_verification/win/install_verification.h"
|
| +#include "chrome/browser/prefs/incognito_mode_prefs.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_shortcut_manager.h"
|
| #include "chrome/browser/shell_integration.h"
|
| @@ -213,6 +214,8 @@ void ChromeBrowserMainPartsWin::PreMainMessageLoopStart() {
|
| // Make sure that we know how to handle exceptions from the message loop.
|
| InitializeWindowProcExceptions();
|
| }
|
| +
|
| + IncognitoModePrefs::InitializePlatformParentalControls();
|
| }
|
|
|
| int ChromeBrowserMainPartsWin::PreCreateThreads() {
|
|
|