chromium/chrome/renderer/google_accounts_private_api_extension.cc

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

#include "chrome/renderer/google_accounts_private_api_extension.h"

#include "chrome/common/chrome_features.h"
#include "chrome/renderer/google_accounts_private_api_util.h"
#include "content/public/common/isolated_world_ids.h"
#include "content/public/renderer/chrome_object_extensions_utils.h"
#include "content/public/renderer/render_frame.h"
#include "gin/arguments.h"
#include "gin/function_template.h"
#include "third_party/blink/public/common/associated_interfaces/associated_interface_provider.h"
#include "third_party/blink/public/platform/scheduler/web_agent_group_scheduler.h"
#include "third_party/blink/public/web/web_local_frame.h"
#include "v8/include/v8-context.h"
#include "v8/include/v8-function.h"

// static
void GoogleAccountsPrivateApiExtension::Create(content::RenderFrame* frame) {}

GoogleAccountsPrivateApiExtension::GoogleAccountsPrivateApiExtension(
    content::RenderFrame* frame)
    :{}

GoogleAccountsPrivateApiExtension::~GoogleAccountsPrivateApiExtension() =
    default;

void GoogleAccountsPrivateApiExtension::OnDestruct() {}

void GoogleAccountsPrivateApiExtension::DidCreateScriptContext(
    v8::Local<v8::Context> v8_context,
    int32_t world_id) {}

void GoogleAccountsPrivateApiExtension::InjectScript() {}

#if !BUILDFLAG(IS_ANDROID)
void GoogleAccountsPrivateApiExtension::SetConsentResult(gin::Arguments* args) {}
#endif  // !BUILDFLAG(IS_ANDROID)