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

Unified Diff: components/autofill/core/common/autofill_switches.cc

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: components/autofill/core/common/autofill_switches.cc
diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc
index 217408a99d80ee84df1e96355a26a36a19fdb2a5..eac7a997fbcd876ee104b79f56535987941763b5 100644
--- a/components/autofill/core/common/autofill_switches.cc
+++ b/components/autofill/core/common/autofill_switches.cc
@@ -62,15 +62,5 @@ const char kShowAutofillSignatures[] = "show-autofill-signatures";
// Use the sandbox Online Wallet service URL (for developer testing).
const char kWalletServiceUseSandbox[] = "wallet-service-use-sandbox";
-#if defined(OS_ANDROID)
-// Disables showing suggestions in a keyboard accessory view.
-const char kDisableAccessorySuggestionView[] =
- "disable-autofill-keyboard-accessory-view";
-
-// Enables showing suggestions in a keyboard accessory view.
-const char kEnableAccessorySuggestionView[] =
- "enable-autofill-keyboard-accessory-view";
-#endif // defined(OS_ANDROID)
-
} // namespace switches
} // namespace autofill
« no previous file with comments | « components/autofill/core/common/autofill_switches.h ('k') | components/autofill/core/common/autofill_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698