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 |