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

Unified Diff: chrome/app/generated_resources.grd

Issue 18750003: Require ACK for editor-related changes not originating from browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed compile warning on windows Created 7 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c0f6bea6b21acf4bf9e0ea01a1d7bc7e6dd8a7b9..965677e9c9071b5e551a6f1f8b3e956552ffeb8c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6543,6 +6543,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_GESTURE_TAP_HIGHLIGHTING_DESCRIPTION" desc="Description for the flag to turn on gesture tap highlighting">
Enable the experimental gesture tap highlight implementation.
</message>
+ <message name="IDS_FLAGS_ENABLE_ORDERED_IME_PROCESSING_NAME" desc="Title for the flag to enable ordered IME processing">
+ Ordered IME processing
+ </message>
+ <message name="IDS_FLAGS_ENABLE_ORDERED_IME_PROCESSING_DESCRIPTION" desc="Description for the flag to enable ordered IME processing">
+ Enables ordered handling IME events. Some changes that relate to IME on on the renderer side requires acknowledgement from the browser process. If IME events are sent to the renderer while there are outstanding acknowledgements, the IME event will be dropped.
+ </message>
<message name="IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_NAME" desc="Title for the flag to turn on smooth scrolling">
Smooth Scrolling
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698