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

Unified Diff: ui/aura/mus/window_tree_host_mus_init_params.h

Issue 2831583005: Enable Config::MUS to use classic IME instead of servicified IME. (Closed)
Patch Set: cleanup. Created 3 years, 8 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
« ash/mus/ash_window_tree_host_mus.cc ('K') | « ui/aura/mus/window_tree_host_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_host_mus_init_params.h
diff --git a/ui/aura/mus/window_tree_host_mus_init_params.h b/ui/aura/mus/window_tree_host_mus_init_params.h
index 1cc26dd253f0b89e2d18324263376d2556707862..bf178bdc094ffb12cafa1446d42e70492009b447 100644
--- a/ui/aura/mus/window_tree_host_mus_init_params.h
+++ b/ui/aura/mus/window_tree_host_mus_init_params.h
@@ -65,6 +65,9 @@ struct AURA_EXPORT WindowTreeHostMusInitParams {
// Used when the WindowTreeHostMus corresponds to a new display manually
// created by the window manager.
std::unique_ptr<DisplayInitParams> display_init_params;
+
+ // Use classic IME instead of servicified IME.
sky 2017/05/04 03:09:18 Please document what 'classic' means in this conte
Hadi 2017/05/04 12:15:17 Done.
+ bool use_classic_ime = false;
};
// Creates a WindowTreeHostMusInitParams that is used when creating a top-level
« ash/mus/ash_window_tree_host_mus.cc ('K') | « ui/aura/mus/window_tree_host_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698