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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 676593004: Adds experimental flag --enable-experimental-ime-features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised per comment. Created 6 years, 1 month 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 8587940d89cc90cff127739f8eba99114adca9bb..9c063a90ee962c8931731017f2814956ce1e02f0 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13853,6 +13853,12 @@ Do you accept?
Enable IME extensions to supply custom views for user input such as virtual keyboards.
</message>
+ <message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_IME_FEATURES_NAME" desc="Name of about::flags option to enable experimental features for IMEs">
+ Experimental IME features.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_IME_FEATURES_DESCRIPTION" desc="Description of about::flags option to enable experimental features for IMEs">
+ Enable experimental features for IMEs.
Yuki 2014/10/23 07:05:43 It's better to be more specific and descriptive.
Shu Chen 2014/10/23 07:19:05 Just like IDS_FLAGS_ENABLE_EXPERIMENTAL_INPUT_VIEW
Yuki 2014/10/23 07:42:02 I don't think it makes a good excuse. It *could*
+ </message>
<message name="IDS_FLAGS_ENABLE_EXPERIMENTAL_INPUT_VIEW_FEATURES_NAME" desc="Name of about::flags option to enable experimental features for IME input-views">
Experimental input view features.
</message>

Powered by Google App Engine
This is Rietveld 408576698