Update chrome_constants.cc

This commit is contained in:
Alexander David Frick 2022-01-10 03:52:09 -06:00 committed by GitHub
parent b15c4210ac
commit ab5e91b785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Copyright (c) 2022 The Chromium Authors and Alex313031. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@ -91,8 +91,8 @@ const char kMacHelperSuffixAlerts[] = " (Alerts)";
#endif // OS_MAC
#if defined(OS_WIN)
const base::FilePath::CharType kBrowserResourcesDll[] = FPL("chromium.dll");
const base::FilePath::CharType kElfDll[] = FPL("chromium_elf.dll");
const base::FilePath::CharType kBrowserResourcesDll[] = FPL("thorium.dll");
const base::FilePath::CharType kElfDll[] = FPL("thorium_elf.dll");
const base::FilePath::CharType kStatusTrayWindowClass[] =
FPL("Chrome_StatusTrayWindow");
#endif // defined(OS_WIN)
@ -139,6 +139,8 @@ const base::FilePath::CharType kPreviewsOptOutDBFilename[] =
FPL("previews_opt_out.db");
const base::FilePath::CharType kQueryTileStorageDirname[] = FPL("Query Tiles");
const base::FilePath::CharType kReadmeFilename[] = FPL("README");
const base::FilePath::CharType kSCTAuditingPendingReportsFileName[] =
FPL("SCT Auditing Pending Reports");
const base::FilePath::CharType kSecurePreferencesFilename[] =
FPL("Secure Preferences");
const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State");