blob: 6aed80c8744f76d7a4b24b94ffb0498973b990bd [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// 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[] = "url";
const char kLaunchContainerKey[] = "launch_container";
const char kLaunchContainerWindowValue[] = "window";
const char kLaunchContainerTabValue[] = "tab";
} // namespace web_app