| Index: ios/chrome/browser/experimental_flags.mm
|
| diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm
|
| index 92ce2487e6599efc01bd4226f1cba51283b0ca07..83cd53180ee5d9b6540beb9046ce15b558451af0 100644
|
| --- a/ios/chrome/browser/experimental_flags.mm
|
| +++ b/ios/chrome/browser/experimental_flags.mm
|
| @@ -235,11 +235,6 @@ bool IsSafariVCSignInEnabled() {
|
| boolForKey:kSafariVCSignInDisabled];
|
| }
|
|
|
| -bool IsSpotlightActionsEnabled() {
|
| - base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| - return !command_line->HasSwitch(switches::kDisableSpotlightActions);
|
| -}
|
| -
|
| bool IsStartupCrashEnabled() {
|
| return [[NSUserDefaults standardUserDefaults] boolForKey:kEnableStartupCrash];
|
| }
|
|
|