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

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

Issue 2573473002: Reland of Enable RL by default (Closed)
Patch Set: add guard Created 4 years 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
« no previous file with comments | « components/reading_list/core/reading_list_switches.cc ('k') | ios/chrome/browser/sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/about_flags.mm
diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm
index 4fbfd94f8c094bd904a8897c74c8dbf4201b0ae3..c810392229cd9d0043844e756872578f88affaee 100644
--- a/ios/chrome/browser/about_flags.mm
+++ b/ios/chrome/browser/about_flags.mm
@@ -234,13 +234,6 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) {
command_line->AppendSwitch(switches::kDisablePaymentRequest);
}
- // Populate command line flags from Reading List.
- if ([defaults boolForKey:@"EnableReadingList"]) {
- command_line->AppendSwitch(reading_list::switches::kEnableReadingList);
- } else {
- command_line->AppendSwitch(reading_list::switches::kDisableReadingList);
- }
-
// Populate command line flag for Spotlight Actions.
if ([defaults boolForKey:@"DisableSpotlightActions"]) {
command_line->AppendSwitch(switches::kDisableSpotlightActions);
« no previous file with comments | « components/reading_list/core/reading_list_switches.cc ('k') | ios/chrome/browser/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698