chromium/components/payments/content/android_app_communication.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/payments/content/android_app_communication.h"

#include "content/public/browser/browser_context.h"
#include "content/public/browser/browser_thread.h"

namespace payments {
namespace {

const char kAndroidAppCommunicationKeyName[] =;

}  // namespace

// static
base::WeakPtr<AndroidAppCommunication>
AndroidAppCommunication::GetForBrowserContext(
    content::BrowserContext* context) {}

AndroidAppCommunication::~AndroidAppCommunication() {}

AndroidAppCommunication::AndroidAppCommunication(
    content::BrowserContext* context)
    :{}

}  // namespace payments