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

Unified Diff: ios/chrome/app/application_delegate/user_activity_handler.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 | « no previous file | ios/chrome/app/application_delegate/user_activity_handler_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/application_delegate/user_activity_handler.mm
diff --git a/ios/chrome/app/application_delegate/user_activity_handler.mm b/ios/chrome/app/application_delegate/user_activity_handler.mm
index 5d6a99096188cadffde139bda17f945f4d289e65..3c58815e9a7231f74748606c8f443ee1f97fd373 100644
--- a/ios/chrome/app/application_delegate/user_activity_handler.mm
+++ b/ios/chrome/app/application_delegate/user_activity_handler.mm
@@ -281,11 +281,9 @@ NSString* const kShortcutQRScanner = @"OpenQRScanner";
return YES;
} else if ([shortcutItem.type isEqualToString:kShortcutQRScanner]) {
- if (experimental_flags::IsQRCodeReaderEnabled()) {
- base::RecordAction(
- UserMetricsAction("ApplicationShortcut.ScanQRCodePressed"));
- [startupParams setLaunchQRScanner:YES];
- }
+ base::RecordAction(
+ UserMetricsAction("ApplicationShortcut.ScanQRCodePressed"));
+ [startupParams setLaunchQRScanner:YES];
[startupInformation setStartupParameters:startupParams];
return YES;
}
« no previous file with comments | « no previous file | ios/chrome/app/application_delegate/user_activity_handler_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698