| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 521c203616d61a5d5e691f6373993e871f4cb976..568b8748d1345b1f872530087ba178d95d83899a 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -244,6 +244,10 @@ const base::Feature kNativeNotifications{"NativeNotifications",
|
| const base::Feature kOfflinePageDownloadSuggestionsFeature{
|
| "NTPOfflinePageDownloadSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| +// Enables or disabled the OneGoogleBar on the local NTP.
|
| +const base::Feature kOneGoogleBarOnLocalNtp{"OneGoogleBarOnLocalNtp",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Enables Permissions Blacklisting via Safe Browsing.
|
| const base::Feature kPermissionsBlacklist{
|
| "PermissionsBlacklist", base::FEATURE_DISABLED_BY_DEFAULT};
|
| @@ -318,6 +322,10 @@ const base::Feature kSyzyasanDeferredFree{"SyzyasanDeferredFree",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
| #endif
|
|
|
| +// Enables using the local NTP if Google is the default search engine.
|
| +const base::Feature kUseGoogleLocalNtp{"UseGoogleLocalNtp",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Experiment to use grouped permission infobars which could show and handle
|
| // multiple permission requests.
|
| const base::Feature kUseGroupedPermissionInfobars{
|
|
|