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

Unified Diff: ash/shell.h

Issue 2861173002: Add --use-ime-service command line flag to enable InputMethodMus in --mus. (Closed)
Patch Set: Refactor the condition for using ime service. Created 3 years, 7 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 | « ash/mus/bridge/shell_port_mash.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 0a5fb1535017445c8b0bfde0789d97c1c1707e22..333de77abb331a9bd1cb9906398bf54bec9dc943 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -258,6 +258,7 @@ class ASH_EXPORT Shell : public SessionObserver,
}
static Config GetAshConfig();
+ static bool UseIMEService();
sky 2017/05/05 17:08:08 'UseIMEService' reads a verb, where as this is inf
Hadi 2017/05/05 17:27:40 Done.
// Creates a default views::NonClientFrameView for use by windows in the
// Ash environment.
« no previous file with comments | « ash/mus/bridge/shell_port_mash.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698