| // 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 "chromecast/browser/webui/constants.h" | |
| namespace chromecast { | |
| const char kCastWebUIForceUpdateHost[] = "force_update"; | |
| const char kCastWebUIHomeHost[] = "home"; | |
| const char kCastWebUIResourceHost[] = "cast_resources"; | |
| } // namespace chromecast |