Upload upstream chromium 114.0.5735.31
[platform/framework/web/chromium-efl.git] / components / ukm / scheme_constants.cc
1 // Copyright 2019 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/ukm/scheme_constants.h"
6
7 namespace ukm {
8
9 const char kAppScheme[] = "app";
10 const char kChromeUIScheme[] = "chrome";
11 const char kExtensionScheme[] = "chrome-extension";
12
13 }  // namespace ukm