| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 0ccee99940dbfca5811545eb910eaa4a3a6b9e02..c98958e6126573adccbd0e1b1617736dd39f48da 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -14611,6 +14611,14 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
|
| Enable User Agent Intervention for WebFonts loading.
|
| </message>
|
|
|
| + <if expr="is_android">
|
| + <message name="IDS_FLAGS_USE_IME_THREAD_NAME" desc="Name for the flag to use IME thread.">
|
| + Use IME thread.
|
| + </message>
|
| + <message name="IDS_FLAGS_USE_IME_THREAD_DESCRIPTION" desc="Description for the flag to use IME thread.">
|
| + If used, InputConnection calls run on IME thread, and instead of keeping a replica editor, each InputConnection call will directly talk to renderer.
|
| + </message>
|
| + </if>
|
| </messages>
|
| </release>
|
| </grit>
|
|
|