chromium/chrome/browser/web_applications/policy/web_app_policy_constants.cc

// Copyright 2018 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/browser/web_applications/policy/web_app_policy_constants.h"

namespace web_app {

const char kUrlKey[] =;
const char kDefaultLaunchContainerKey[] =;
const char kDefaultLaunchContainerWindowValue[] =;
const char kDefaultLaunchContainerTabValue[] =;
const char kCreateDesktopShortcutKey[] =;
const char kFallbackAppNameKey[] =;
const char kCustomNameKey[] =;
const char kCustomIconKey[] =;
const char kCustomIconURLKey[] =;
const char kCustomIconHashKey[] =;
const char kInstallAsShortcut[] =;
const char kUninstallAndReplaceKey[] =;

const char kWildcard[] =;

const char kManifestId[] =;
const char kRunOnOsLogin[] =;
const char kAllowed[] =;
const char kBlocked[] =;
const char kRunWindowed[] =;
const char kPreventClose[] =;
const char kForceUnregisterOsIntegration[] =;

}  // namespace web_app