mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update chrome_constants.cc
This commit is contained in:
parent
c31717e037
commit
12fd7dadd3
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ const char kMacHelperSuffixAlerts[] = " (Alerts)";
|
|||
#endif // BUILDFLAG(IS_MAC)
|
||||
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
const base::FilePath::CharType kBrowserResourcesDll[] = FPL("thorium.dll");
|
||||
const base::FilePath::CharType kBrowserResourcesDll[] = FPL("chrome.dll");
|
||||
const base::FilePath::CharType kElfDll[] = FPL("chrome_elf.dll");
|
||||
const base::FilePath::CharType kStatusTrayWindowClass[] =
|
||||
FPL("Chrome_StatusTrayWindow");
|
||||
|
|
Loading…
Reference in a new issue