Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Unified Diff: ios/chrome/browser/experimental_flags.mm

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/experimental_flags.mm
diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm
index 67bc6f56b25924f96a14552c0256a8400bc895dc..2f8b53e6e8c1842487556195cb5d8e6012f93172 100644
--- a/ios/chrome/browser/experimental_flags.mm
+++ b/ios/chrome/browser/experimental_flags.mm
@@ -262,9 +262,4 @@ bool IsSigninPromoEnabled() {
base::CompareCase::INSENSITIVE_ASCII);
}
-bool IsNativeAppLauncherEnabled() {
- return [[NSUserDefaults standardUserDefaults]
- boolForKey:@"NativeAppLauncherEnabled"];
-}
-
} // namespace experimental_flags

Powered by Google App Engine
This is Rietveld 408576698