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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java

Issue 2874933008: Adds animation as feature variation to keyboard accessory. (Closed)
Patch Set: Switch to base/metrics/field_trial_params.h API from variations:: Created 3 years, 7 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/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
index f357f0680284e6d1a78e860fba6f327e1cea3690..5ffdac365dc654cd01aebf7629e727dd6bdee348 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
@@ -124,13 +124,6 @@ public abstract class ChromeSwitches {
public static final String NTP_SWITCH_TO_EXISTING_TAB = "ntp-switch-to-existing-tab";
/**
- * Enable keyboard accessory view that shows autofill suggestions on top of the keyboard.
- * Native switch - autofill::switches::kEnableAccessorySuggestionView
- */
- public static final String ENABLE_AUTOFILL_KEYBOARD_ACCESSORY =
- "enable-autofill-keyboard-accessory-view";
-
- /**
* Enables overscroll of the on screen keyboard. With this flag on, the OSK will only resize the
* visual viewport.
* Native switch - switches::kEnableOSKOverscroll

Powered by Google App Engine
This is Rietveld 408576698