| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 3e4b03a9e0b1efe7e8317c9049c94f3a49f5aae1..b03166fb1bef6a0241a644305138b9abebb46177 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -14605,6 +14605,14 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
|
| </message>
|
| </if>
|
|
|
| + <if expr="is_android">
|
| + <message name="IDS_FLAGS_IME_THREAD_NAME" desc="Name for the flag to use IME thread.">
|
| + Run IME on its own thread.
|
| + </message>
|
| + <message name="IDS_FLAGS_IME_THREAD_DESCRIPTION" desc="Description for the flag to enable and disable IME thread.">
|
| + If enabled, 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>
|
|
|