blob: ca0e5d47c52418c8a7248425e7d6e4d055a04762 [file] [log] [blame]
// Copyright 2020 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 "chromecast/browser/webui/constants.h"
namespace chromecast {
const char kCastWebUIForceUpdateHost[] = "force_update";
const char kCastWebUIHomeHost[] = "home";
const char kCastWebUIResourceHost[] = "cast_resources";
} // namespace chromecast