| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 527f93ee7b7d0de9fdd41daa36bc15d6dcca074b..8a1b30e0d29fd8b37ce1b5ce060b5b240a4ee29b 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -15,12 +15,6 @@ import("//ui/base/ui_features.gni")
|
|
|
| # Please keep features in alphabetical order.
|
| declare_args() {
|
| - # Whether the Java UI is being used (Java infobars and popups, Java native
|
| - # settings and first run experience, sign-in etc.).
|
| - # Default to true if compiling for android, but allow this being overriden
|
| - # through the environment.
|
| - android_java_ui = is_android
|
| -
|
| enable_app_list = is_chromeos
|
|
|
| # Enables support for background apps.
|
|
|