chromium/components/shared_highlighting/core/common/fragment_directives_constants.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 "components/shared_highlighting/core/common/fragment_directives_constants.h"

namespace shared_highlighting {

const char kAnchorDelimiter =;

const char kFragmentsUrlDelimiter[] =;
const int kFragmentsUrlDelimiterLength =;

const char kTextDirectiveParameterName[] =;
const size_t kTextDirectiveParameterNameLength =;

const char kSelectorDirectiveParameterName[] =;
const int kSelectorDirectiveParameterNameLength =;

const char kSelectorDirectiveSuffix[] =;
const int kSelectorDirectiveSuffixLength =;

const char kSelectorDirectiveValuePrefix[] =;
const int kSelectorDirectiveValuePrefixLength =;

const char kSelectorDirectiveTypePrefix[] =;
const int kSelectorDirectiveTypePrefixLength =;

const char kSelectorJoinDelimeter[] =;
const int kSelectorJoinDelimeterLength =;

const char kTypeCssSelector[] =;

const char kFragmentPrefixKey[] =;
const char kFragmentTextStartKey[] =;
const char kFragmentTextEndKey[] =;
const char kFragmentSuffixKey[] =;

// Light purple.
const int kFragmentTextBackgroundColorARGB =;

// Black.
const int kFragmentTextForegroundColorARGB =;

}  // namespace shared_highlighting