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

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

Issue 2874933008: Adds animation as feature variation to keyboard accessory. (Closed)
Patch Set: Uses only 1 Animator object. Removes redundant call to invalidate. 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.h
diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
index b1c7d909c2b42aa8211fb50769d781d17833c69f..d0ef9cc76872dfba76e7932867eb397f4dcffb61 100644
--- a/components/autofill/core/common/autofill_switches.h
+++ b/components/autofill/core/common/autofill_switches.h
@@ -27,11 +27,6 @@ extern const char kShowAutofillTypePredictions[];
extern const char kShowAutofillSignatures[];
extern const char kWalletServiceUseSandbox[];
-#if defined(OS_ANDROID)
-extern const char kDisableAccessorySuggestionView[];
-extern const char kEnableAccessorySuggestionView[];
-#endif // defined(OS_ANDROID)
-
} // namespace switches
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698