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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1278593004: Introduce ThreadedInputConnection behind a switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handles render crash and navigation Created 4 years, 10 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2bde5cb3688c02a1ea67b5bd0076c0da0e00974a..df061b9699653e30a863032fec841ef180a3f500 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14627,6 +14627,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>

Powered by Google App Engine
This is Rietveld 408576698