chromium/tools/privacy_budget/font_indexer/font_indexer_main.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 <iostream>
#include <string>
#include <utility>

#include "base/command_line.h"
#include "base/logging.h"
#include "base/task/thread_pool/thread_pool_instance.h"
#include "base/test/task_environment.h"
#include "base/test/test_io_thread.h"
#include "base/test/test_suite.h"
#include "base/test/test_timeouts.h"
#include "mojo/core/embedder/embedder.h"
#include "mojo/core/embedder/scoped_ipc_support.h"
#include "third_party/blink/public/platform/platform.h"
#include "third_party/blink/renderer/platform/testing/testing_platform_support.h"
#include "tools/privacy_budget/font_indexer/font_indexer.h"

namespace {

const char kHelpMsg[] =;

const char kNoSmartSkippingSwitch[] =;
const char kMoreSlopeChecksSwitch[] =;

void PrintHelp() {}

bool ShouldPrintHelpAndQuit(const base::CommandLine::StringVector& args,
                            const base::CommandLine::SwitchMap& switches) {}

}  // namespace

int main(int argc, char* argv[]) {}