summaryrefslogtreecommitdiff
path: root/chromium/components/app_constants/constants.cc
blob: d5be0bd6d2882a3cef18d044e8d5492d7c95bfd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/app_constants/constants.h"

namespace app_constants {

const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf";

// Generated by: echo "lacros-chrome" | sha256sum | head -c32 | tr 0-9a-f a-p
const char kLacrosAppId[] = "jaimifaeiicidiikhmjedcgdimealfbh";

}  // namespace app_constants