| Index: ios/chrome/app/spotlight/actions_spotlight_manager.mm
|
| diff --git a/ios/chrome/app/spotlight/actions_spotlight_manager.mm b/ios/chrome/app/spotlight/actions_spotlight_manager.mm
|
| index 1d453c5891b127622c6afeb1a2cad31d17322bda..98e2e613611d8f07a2854a6f189d15a52bc44609 100644
|
| --- a/ios/chrome/app/spotlight/actions_spotlight_manager.mm
|
| +++ b/ios/chrome/app/spotlight/actions_spotlight_manager.mm
|
| @@ -10,7 +10,6 @@
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "ios/chrome/browser/app_startup_parameters.h"
|
| -#include "ios/chrome/browser/experimental_flags.h"
|
| #include "ios/chrome/common/app_group/app_group_constants.h"
|
| #include "ios/chrome/grit/ios_strings.h"
|
| #include "net/base/mac/url_conversions.h"
|
| @@ -132,9 +131,6 @@ BOOL SetStartupParametersForSpotlightAction(
|
|
|
| - (void)clearAndAddSpotlightActions {
|
| [self clearAllSpotlightItems:^(NSError* error) {
|
| - if (!experimental_flags::IsSpotlightActionsEnabled()) {
|
| - return;
|
| - }
|
| __weak ActionsSpotlightManager* weakSelf = self;
|
| dispatch_after(
|
| dispatch_time(DISPATCH_TIME_NOW,
|
|
|