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

Unified Diff: chrome/browser/ui/autofill/credit_card_scanner_view.cc

Issue 2619603002: Remove android_java_ui as it is not used (Closed)
Patch Set: Rebase to master Created 3 years, 11 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: chrome/browser/ui/autofill/credit_card_scanner_view.cc
diff --git a/chrome/browser/ui/autofill/credit_card_scanner_view.cc b/chrome/browser/ui/autofill/credit_card_scanner_view.cc
index de61143cc1bfb8d8b1c369500ab1f1922a9af9c4..58f8304c11bf2757e8315af5883635f93531a730 100644
--- a/chrome/browser/ui/autofill/credit_card_scanner_view.cc
+++ b/chrome/browser/ui/autofill/credit_card_scanner_view.cc
@@ -4,12 +4,11 @@
#include "build/build_config.h"
#include "chrome/browser/ui/autofill/credit_card_scanner_view.h"
-#include "chrome/common/features.h"
namespace autofill {
// Not implemented on other platforms yet.
-#if !BUILDFLAG(ANDROID_JAVA_UI)
+#if !defined(OS_ANDROID)
// static
bool CreditCardScannerView::CanShow() {
return false;

Powered by Google App Engine
This is Rietveld 408576698