| Index: ios/chrome/browser/experimental_flags.mm
|
| diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm
|
| index 320efade0482b6163760d52346267b8b79ec9da5..5d5d5b2da9ec533903b6474d32af5c2eb3641d70 100644
|
| --- a/ios/chrome/browser/experimental_flags.mm
|
| +++ b/ios/chrome/browser/experimental_flags.mm
|
| @@ -268,4 +268,9 @@ bool IsSigninPromoEnabled() {
|
| base::CompareCase::INSENSITIVE_ASCII);
|
| }
|
|
|
| +bool IsNativeAppLauncherEnabled() {
|
| + return [[NSUserDefaults standardUserDefaults]
|
| + boolForKey:@"NativeAppLauncherEnabled"];
|
| +}
|
| +
|
| } // namespace experimental_flags
|
|
|