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

Unified Diff: chrome/browser/about_flags.cc

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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index fb610a0ebf5e6a0a48deb1c591432d9ab694ff94..0171cef096b2877ae8f399d3fe74f0f91e9c0fec 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -685,6 +685,13 @@ const Experiment kExperiments[] = {
switches::kDisableGestureTapHighlight)
},
{
+ "enable-ordered-ime-processing",
jamesr 2013/07/10 20:26:19 why do you need an about:flags entry for this? whe
+ IDS_FLAGS_ENABLE_ORDERED_IME_PROCESSING_NAME,
+ IDS_FLAGS_ENABLE_ORDERED_IME_PROCESSING_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(switches::kEnableOrderedImeProcessing)
+ },
+ {
"enable-smooth-scrolling", // FLAGS:RECORD_UMA
IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_NAME,
IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698