chromium/chrome/browser/process_singleton_startup_lock.cc

// Copyright 2013 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/browser/process_singleton_startup_lock.h"

#include "base/check_op.h"
#include "base/functional/bind.h"

ProcessSingletonStartupLock::ProcessSingletonStartupLock(
    const ProcessSingleton::NotificationCallback& original_callback)
    :{}

ProcessSingletonStartupLock::~ProcessSingletonStartupLock() {}

ProcessSingleton::NotificationCallback
ProcessSingletonStartupLock::AsNotificationCallback() {}

void ProcessSingletonStartupLock::Unlock() {}

bool ProcessSingletonStartupLock::NotificationCallbackImpl(
    base::CommandLine command_line,
    const base::FilePath& current_directory) {}