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

Unified Diff: ios/chrome/browser/app_startup_parameters.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/browser/about_flags.mm ('k') | ios/chrome/browser/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/app_startup_parameters.mm
diff --git a/ios/chrome/browser/app_startup_parameters.mm b/ios/chrome/browser/app_startup_parameters.mm
index 7b24e771f400f94af99954ad6fe5e5a505d012ae..19c43815b6044951a4444e6d6828e08836817a10 100644
--- a/ios/chrome/browser/app_startup_parameters.mm
+++ b/ios/chrome/browser/app_startup_parameters.mm
@@ -5,7 +5,6 @@
#import "ios/chrome/browser/app_startup_parameters.h"
#include "base/logging.h"
-#include "ios/chrome/browser/experimental_flags.h"
#import "ios/chrome/browser/xcallback_parameters.h"
#include "url/gurl.h"
@@ -57,7 +56,7 @@
#pragma mark Property implementation.
- (BOOL)launchQRScanner {
- return _launchQRScanner && experimental_flags::IsQRCodeReaderEnabled();
+ return _launchQRScanner;
}
- (void)setLaunchQRScanner:(BOOL)launch {
« no previous file with comments | « ios/chrome/browser/about_flags.mm ('k') | ios/chrome/browser/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698