Index: ios/chrome/browser/experimental_flags.mm |
diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm |
index bb892718ab5383383992dffbbb52d346aa9ca442..b1230c476cc916edfcfda98e20c6c188f9b8a842 100644 |
--- a/ios/chrome/browser/experimental_flags.mm |
+++ b/ios/chrome/browser/experimental_flags.mm |
@@ -101,15 +101,6 @@ bool IsTabSwitcherEnabled() { |
base::CompareCase::INSENSITIVE_ASCII); |
} |
-bool IsReadingListEnabled() { |
- // Check if the experimental flag is forced on or off. |
- base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
- if (command_line->HasSwitch(switches::kEnableReadingList)) { |
- return true; |
- } |
- return false; |
-} |
- |
bool IsAllBookmarksEnabled() { |
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
if (command_line->HasSwitch(switches::kEnableAllBookmarksView)) { |