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

Unified Diff: ui/views/linux_ui/linux_ui.cc

Issue 54463009: Link LinuxInputMethodContextFactory instead of skipping a call to its SetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 7 years, 1 month 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 | « ui/base/ime/ime.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/linux_ui/linux_ui.cc
diff --git a/ui/views/linux_ui/linux_ui.cc b/ui/views/linux_ui/linux_ui.cc
index d6db0691caadd6f000e94f4ad5db3e4abd854a72..6a35040f4f86e39bc016f16bd275540386685f8c 100644
--- a/ui/views/linux_ui/linux_ui.cc
+++ b/ui/views/linux_ui/linux_ui.cc
@@ -18,9 +18,7 @@ namespace views {
void LinuxUI::SetInstance(LinuxUI* instance) {
delete g_linux_ui;
g_linux_ui = instance;
-#if defined(USE_X11)
LinuxInputMethodContextFactory::SetInstance(instance);
-#endif
LinuxShellDialog::SetInstance(instance);
}
« no previous file with comments | « ui/base/ime/ime.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698