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

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

Issue 2894883004: Removed IsNativeAppLauncherEnabled() experiment (Closed)
Patch Set: rebase Created 3 years, 6 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 01ed7db0f83f827a97d78bce46c42e37666f9c37..3880c9777d803cd8ece35311f600d206e23e1586 100644
--- a/ios/chrome/browser/experimental_flags.mm
+++ b/ios/chrome/browser/experimental_flags.mm
@@ -281,11 +281,6 @@ bool IsBookmarkReorderingEnabled() {
return false;
}
-bool IsNativeAppLauncherEnabled() {
- return [[NSUserDefaults standardUserDefaults]
- boolForKey:@"NativeAppLauncherEnabled"];
-}
-
bool IsNewFeedbackKitEnabled() {
return [[NSUserDefaults standardUserDefaults]
boolForKey:@"NewFeedbackKitEnabled"];
« no previous file with comments | « ios/chrome/browser/experimental_flags.h ('k') | ios/chrome/browser/resources/Settings.bundle/Experimental.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698