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

Unified Diff: chrome/browser/about_flags.cc

Issue 167793002: Removes --disable-ime-mode-indicator flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/system/tray/system_tray_notifier.cc ('k') | chrome/browser/chromeos/input_method/accessibility.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 014c5641574bffda83143665ff7256028db959ef..8fb2ec582e1b97243bd427b6e46135a66250d0f6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1866,15 +1866,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE("disable-click-delay")
},
#endif
-#if defined(OS_CHROMEOS)
- {
- "disable-ime-mode-indicator",
- IDS_FLAGS_DISABLE_IME_MODE_INDICATOR,
- IDS_FLAGS_DISABLE_IME_MODE_INDICATOR_DESCRIPTION,
- kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kDisableIMEModeIndicator)
- },
-#endif
#if defined(OS_MACOSX)
{
"enable-translate-new-ux",
« no previous file with comments | « ash/system/tray/system_tray_notifier.cc ('k') | chrome/browser/chromeos/input_method/accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698