blob: cc4c62cdab5fb763a313e6a387bb419bf6ca07a2 [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"
#include "build/build_config.h"
namespace browser_ui {
#if BUILDFLAG(IS_ANDROID)
const char kChromeUINativeScheme[] = "chrome-native";
#endif
} // namespace browser_ui