Chromium Code Reviews| 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. |