Chromium Code Reviews| Index: chrome/common/chrome_features.h |
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h |
| index 306e4f791a54e05a6066a17633ac229e77c953d4..d893023985be9b98da2fe0bc6f9b914e82930cea 100644 |
| --- a/chrome/common/chrome_features.h |
| +++ b/chrome/common/chrome_features.h |
| @@ -132,6 +132,8 @@ extern const base::Feature kNativeNotifications; |
| extern const base::Feature kOfflinePageDownloadSuggestionsFeature; |
| +extern const base::Feature kOneGoogleBarOnLocalNtp; |
|
sfiera
2017/05/11 10:39:22
This feature will now be exposed to Android, won't
Marc Treib
2017/05/11 11:39:54
Yes, good catch!
|
| + |
| extern const base::Feature kPermissionsBlacklist; |
| #if defined(OS_WIN) |
| @@ -174,6 +176,8 @@ extern const base::Feature kSyzyasanDeferredFree; |
| extern const base::Feature kTabsInCbd; |
| +extern const base::Feature kUseGoogleLocalNtp; |
| + |
| extern const base::Feature kUseGroupedPermissionInfobars; |
| extern const base::Feature kUsePermissionManagerForMediaRequests; |