| Index: components/autofill/core/browser/BUILD.gn
|
| diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
|
| index 72a5dba01866bd38062506921648273202d216b7..b1c14883c3556bc6973183574d0dcdd483855dfa 100644
|
| --- a/components/autofill/core/browser/BUILD.gn
|
| +++ b/components/autofill/core/browser/BUILD.gn
|
| @@ -142,10 +142,8 @@ static_library("browser") {
|
| sources += get_target_outputs(":regexes")
|
|
|
| # Controls whether Wallet cards can be saved to the local instance of chrome.
|
| - if (is_desktop_linux) {
|
| - defines = [ "ENABLE_SAVE_WALLET_CARDS_LOCALLY=0" ]
|
| - } else {
|
| - defines = [ "ENABLE_SAVE_WALLET_CARDS_LOCALLY=1" ]
|
| + if (!is_desktop_linux) {
|
| + defines = [ "ENABLE_SAVE_WALLET_CARDS_LOCALLY" ]
|
| }
|
|
|
| deps = [
|
|
|