| 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..3458df209274da8ea28e0234ff4bc4cd4454767b 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/i18n/rtl.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/path_service.h"
|
| @@ -211,7 +212,8 @@ void ChromeBrowserMainPartsWin::PreMainMessageLoopStart() {
|
| InitializeWindowProcExceptions();
|
| }
|
|
|
| - IncognitoModePrefs::InitializePlatformParentalControls();
|
| + // Prime the parental controls cache on Windows.
|
| + ignore_result(IncognitoModePrefs::ArePlatformParentalControlsEnabled());
|
| }
|
|
|
| int ChromeBrowserMainPartsWin::PreCreateThreads() {
|
|
|