blob: 01a3dceeedb1a2b91c32b76bd3768f5fb11c4106 [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 "components/browser_ui/util/android/url_constants.h"
namespace browser_ui {
#if defined(OS_ANDROID)
const char kChromeUINativeScheme[] = "chrome-native";
#endif
} // namespace browser_ui