chromium/chrome/common/process_singleton_lock_posix.cc

// Copyright 2019 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/common/process_singleton_lock_posix.h"

#include "base/files/file_util.h"
#include "base/logging.h"
#include "base/strings/string_number_conversions.h"

const char kProcessSingletonLockDelimiter =;

bool ParseProcessSingletonLock(const base::FilePath& path,
                               std::string* hostname,
                               int* pid) {}