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

Unified Diff: ios/chrome/browser/ui/browser_view_controller.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
Index: ios/chrome/browser/ui/browser_view_controller.mm
diff --git a/ios/chrome/browser/ui/browser_view_controller.mm b/ios/chrome/browser/ui/browser_view_controller.mm
index f6623048705ccd76ded971a33c1cfbb103683fdb..8b5ee06866666980c226f1b4ec857936cbd7bbfc 100644
--- a/ios/chrome/browser/ui/browser_view_controller.mm
+++ b/ios/chrome/browser/ui/browser_view_controller.mm
@@ -4119,9 +4119,7 @@ class BrowserBookmarkModelBridge : public bookmarks::BookmarkModelObserver {
[super chromeExecuteCommand:sender];
break;
case IDC_SHOW_QR_SCANNER:
- if (experimental_flags::IsQRCodeReaderEnabled()) {
- [self showQRScanner];
- }
+ [self showQRScanner];
break;
case IDC_SHOW_SUGGESTIONS:
if (experimental_flags::IsSuggestionsUIEnabled()) {
« no previous file with comments | « ios/chrome/browser/resources/Settings.bundle/Experimental.plist ('k') | ios/chrome/browser/ui/qr_scanner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698