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

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: 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 7099dbde7b85112f671c0a17b7131310fa2a2579..85247dc297d5cd3986747ac7126561ef5874e70a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -670,6 +670,13 @@ const Experiment kExperiments[] = {
switches::kDisableGestureTapHighlight)
},
{
+ "enable-strict-ime-processing",
+ IDS_FLAGS_ENABLE_STRICT_IME_PROCESSING_NAME,
+ IDS_FLAGS_ENABLE_STRICT_IME_PROCESSING_DESCRIPTION,
+ kOsAndroid,
kochi 2013/07/08 04:28:43 A general question: how can we pass an argument on
aurimas (slooooooooow) 2013/07/08 16:04:49 adb shell 'echo "chrome <flags>" > /data/local/chr
nyquist 2013/07/09 07:47:36 For content-shell: build/android/adb_content_shell
+ SINGLE_VALUE_TYPE(switches::kEnableStrictImeProcessing)
+ },
+ {
"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