| Index: content/browser/browser_main_runner.cc
|
| diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc
|
| index b14ee36b8f78e2d1d9c34db6bdbf01656f59c559..2116cc260ed132be2f7929cb9a961d9e5be05e45 100644
|
| --- a/content/browser/browser_main_runner.cc
|
| +++ b/content/browser/browser_main_runner.cc
|
| @@ -87,20 +87,6 @@ class BrowserMainRunnerImpl : public BrowserMainRunner {
|
| if (parameters.command_line.HasSwitch(switches::kWaitForDebugger))
|
| base::debug::WaitForDebugger(60, true);
|
|
|
| -#if defined(OS_WIN)
|
| - if (base::win::GetVersion() < base::win::VERSION_VISTA) {
|
| - // When "Extend support of advanced text services to all programs"
|
| - // (a.k.a. Cicero Unaware Application Support; CUAS) is enabled on
|
| - // Windows XP and handwriting modules shipped with Office 2003 are
|
| - // installed, "penjpn.dll" and "skchui.dll" will be loaded and then
|
| - // crash unless a user installs Office 2003 SP3. To prevent these
|
| - // modules from being loaded, disable TSF entirely. crbug.com/160914.
|
| - // TODO(yukawa): Add a high-level wrapper for this instead of calling
|
| - // Win32 API here directly.
|
| - ImmDisableTextFrameService(static_cast<DWORD>(-1));
|
| - }
|
| -#endif // OS_WIN
|
| -
|
| base::StatisticsRecorder::Initialize();
|
|
|
| notification_service_.reset(new NotificationServiceImpl);
|
|
|