Fix building on Linux
This commit is contained in:
parent
b82845dc4a
commit
55e9c3196a
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ void BrowserMainParts::PreEarlyInitialization() {
|
||||||
base::FeatureList::SetInstance(std::move(feature_list));
|
base::FeatureList::SetInstance(std::move(feature_list));
|
||||||
|
|
||||||
#if defined(USE_X11)
|
#if defined(USE_X11)
|
||||||
views::LinuxUI::SetInstance(BuildGtk2UI());
|
views::LinuxUI::SetInstance(BuildGtkUi());
|
||||||
OverrideLinuxAppDataPath();
|
OverrideLinuxAppDataPath();
|
||||||
|
|
||||||
// Installs the X11 error handlers for the browser process used during
|
// Installs the X11 error handlers for the browser process used during
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue