| 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 822cd3c6b057a9a45ce7a1fb211f7cfacbeceae8..ff4b6c80de4c254aba690544569f7cea60d71c91 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -211,7 +211,8 @@ void ChromeBrowserMainPartsWin::PreMainMessageLoopStart() {
|
| InitializeWindowProcExceptions();
|
| }
|
|
|
| - IncognitoModePrefs::InitializePlatformParentalControls();
|
| + // Initializes and caches the result on Windows.
|
| + IncognitoModePrefs::ArePlatformParentalControlsEnabled();
|
| }
|
|
|
| int ChromeBrowserMainPartsWin::PreCreateThreads() {
|
|
|