Upload upstream chromium 108.0.5359.1
[platform/framework/web/chromium-efl.git] / components / app_constants / constants.cc
1 // Copyright 2022 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/app_constants/constants.h"
6
7 namespace app_constants {
8
9 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf";
10
11 // Generated by: echo "lacros-chrome" | sha256sum | head -c32 | tr 0-9a-f a-p
12 const char kLacrosAppId[] = "jaimifaeiicidiikhmjedcgdimealfbh";
13
14 }  // namespace app_constants