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

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

Issue 2676803002: Remove the iOS QR Code scanner experiment code. (Closed)
Patch Set: Addressed comment. Created 3 years, 10 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
« no previous file with comments | « ios/chrome/app/spotlight/actions_spotlight_manager.mm ('k') | ios/chrome/browser/app_startup_parameters.mm » ('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 ca7030b6d711b17a06e9d5420d108d867e44daa0..3092b481c9ff676268ee3b7058734e0cfd1e2d01 100644
--- a/ios/chrome/browser/about_flags.mm
+++ b/ios/chrome/browser/about_flags.mm
@@ -215,13 +215,6 @@ void AppendSwitchesFromExperimentalSettings(base::CommandLine* command_line) {
web::BuildUserAgentFromProduct(product));
}
- // Populate command line flags from QRScanner.
- if ([defaults boolForKey:@"DisableQRCodeReader"]) {
- command_line->AppendSwitch(switches::kDisableQRScanner);
- } else {
- command_line->AppendSwitch(switches::kEnableQRScanner);
- }
-
// Populate command line flag for the Payment Request API.
NSString* enable_payment_request =
[defaults stringForKey:@"EnablePaymentRequest"];
« no previous file with comments | « ios/chrome/app/spotlight/actions_spotlight_manager.mm ('k') | ios/chrome/browser/app_startup_parameters.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698