chromium/components/dom_distiller/core/url_constants.h

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_DOM_DISTILLER_CORE_URL_CONSTANTS_H_
#define COMPONENTS_DOM_DISTILLER_CORE_URL_CONSTANTS_H_

namespace dom_distiller {

inline constexpr char kDomDistillerScheme[] =;
inline constexpr char kEntryIdKey[] =;
inline constexpr char kUrlKey[] =;
inline constexpr char kTitleKey[] =;
inline constexpr char kTimeKey[] =;
inline constexpr char kViewerCssPath[] =;
inline constexpr char kViewerLoadingImagePath[] =;
inline constexpr char kViewerSaveFontScalingPath[] =;

}  // namespace dom_distiller

#endif  // COMPONENTS_DOM_DISTILLER_CORE_URL_CONSTANTS_H_