| Index: ios/chrome/browser/experimental_flags.mm
|
| diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm
|
| index d4d26e79b45f1c77b767dc37432cee10890fea8a..5657c4f876c513ec664a9731d8911dbbb3c714c3 100644
|
| --- a/ios/chrome/browser/experimental_flags.mm
|
| +++ b/ios/chrome/browser/experimental_flags.mm
|
| @@ -245,11 +245,6 @@ bool IsPhysicalWebEnabled() {
|
| base::CompareCase::INSENSITIVE_ASCII);
|
| }
|
|
|
| -bool IsQRCodeReaderEnabled() {
|
| - base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| - return !command_line->HasSwitch(switches::kDisableQRScanner);
|
| -}
|
| -
|
| bool IsReaderModeEnabled() {
|
| return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableReaderModeToolbarIcon);
|
|
|