Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Core part for local nft pinning" #16871

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ public GetNftErc721MetadataContext(Runnable responseCompleteCallback) {
}

@Override
public void call(
String tokenUrl, String erc721Metadata, Integer errorCode, String errorMessage) {
public void call(String erc721Metadata, Integer errorCode, String errorMessage) {
this.tokenMetadata = erc721Metadata;
this.errorCode = errorCode;
this.errorMessage = errorMessage;
Expand Down
9 changes: 0 additions & 9 deletions browser/brave_wallet/BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Copyright (c) 2019 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/.

import("//brave/browser/ethereum_remote_client/buildflags/buildflags.gni")
import("//extensions/buildflags/buildflags.gni")
import("//testing/test.gni")
Expand All @@ -13,12 +8,8 @@ source_set("brave_wallet") {
"asset_ratio_service_factory.h",
"blockchain_images_source.cc",
"blockchain_images_source.h",
"brave_wallet_auto_pin_service_factory.cc",
"brave_wallet_auto_pin_service_factory.h",
"brave_wallet_context_utils.cc",
"brave_wallet_context_utils.h",
"brave_wallet_pin_service_factory.cc",
"brave_wallet_pin_service_factory.h",
"brave_wallet_service_factory.cc",
"brave_wallet_service_factory.h",
"json_rpc_service_factory.cc",
Expand Down
98 changes: 0 additions & 98 deletions browser/brave_wallet/brave_wallet_auto_pin_service_factory.cc

This file was deleted.

54 changes: 0 additions & 54 deletions browser/brave_wallet/brave_wallet_auto_pin_service_factory.h

This file was deleted.

93 changes: 0 additions & 93 deletions browser/brave_wallet/brave_wallet_pin_service_factory.cc

This file was deleted.

50 changes: 0 additions & 50 deletions browser/brave_wallet/brave_wallet_pin_service_factory.h

This file was deleted.

4 changes: 0 additions & 4 deletions browser/browser_context_keyed_service_factories.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
#endif

#if BUILDFLAG(ENABLE_IPFS)
#include "brave/browser/brave_wallet/brave_wallet_auto_pin_service_factory.h"
#include "brave/browser/brave_wallet/brave_wallet_pin_service_factory.h"
#include "brave/browser/ipfs/ipfs_service_factory.h"
#endif

Expand Down Expand Up @@ -109,8 +107,6 @@ void EnsureBrowserContextKeyedServiceFactoriesBuilt() {
#endif

#if BUILDFLAG(ENABLE_IPFS)
brave_wallet::BraveWalletAutoPinServiceFactory::GetInstance();
brave_wallet::BraveWalletPinServiceFactory::GetInstance();
ipfs::IpfsServiceFactory::GetInstance();
#endif

Expand Down
Loading