diff --git a/chromium_src/chrome/browser/sharing/click_to_call/click_to_call_utils.cc b/chromium_src/chrome/browser/sharing/click_to_call/click_to_call_utils.cc new file mode 100644 index 000000000000..0146064e4a78 --- /dev/null +++ b/chromium_src/chrome/browser/sharing/click_to_call/click_to_call_utils.cc @@ -0,0 +1,15 @@ +/* Copyright (c) 2021 The Brave Authors. All rights reserved. + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at https://mozilla.org/MPL/2.0/. */ + +#define ShouldOfferClickToCallForURL ShouldOfferClickToCallForURL_ChromiumImpl + +#include "../../../../../../chrome/browser/sharing/click_to_call/click_to_call_utils.cc" + +#undef ShouldOfferClickToCallForURL + +bool ShouldOfferClickToCallForURL(content::BrowserContext* browser_context, + const GURL& url) { + return false; +}