chromium/components/leveldb_proto/public/proto_database.cc

// Copyright 2017 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/leveldb_proto/public/proto_database.h"

#include "base/system/sys_info.h"

namespace leveldb_proto {
namespace {
const size_t kDatabaseWriteBufferSizeBytes =;
const size_t kDatabaseWriteBufferSizeBytesForLowEndDevice =;
}  // namespace

leveldb_env::Options CreateSimpleOptions() {}

}  // namespace leveldb_proto