Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: content/browser/browser_main_loop.cc

Issue 141773009: Revert r151669 and r155589 as non-Aura Metro mode is gone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comment from Nico Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/win/text_services_message_filter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index f1a801b85b744dd5dd7fe76d0b181201709c261c..04d8ad8b2c40aa5c8dd5c2f126f96a268d22edb7 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -82,7 +82,6 @@
#include <commctrl.h>
#include <shellapi.h>
-#include "base/win/text_services_message_filter.h"
#include "content/browser/system_message_window_win.h"
#include "content/common/sandbox_win.h"
#include "net/base/winsock_init.h"
@@ -501,17 +500,6 @@ void BrowserMainLoop::MainMessageLoopStart() {
#if defined(OS_WIN)
system_message_window_.reset(new SystemMessageWindowWin);
-
- if (base::win::IsTSFAwareRequired()) {
- // Create a TSF message filter for the message loop. MessageLoop takes
- // ownership of the filter.
- scoped_ptr<base::win::TextServicesMessageFilter> tsf_message_filter(
- new base::win::TextServicesMessageFilter);
- if (tsf_message_filter->Init()) {
- base::MessageLoopForUI::current()->SetMessageFilter(
- tsf_message_filter.PassAs<base::MessageLoopForUI::MessageFilter>());
- }
- }
#endif
if (parts_)
« no previous file with comments | « base/win/text_services_message_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698