summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_main.cc')
-rw-r--r--chrome/browser/browser_main.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
index c357c6e..aedc95d 100644
--- a/chrome/browser/browser_main.cc
+++ b/chrome/browser/browser_main.cc
@@ -104,6 +104,10 @@
#endif // defined(OS_WIN)
+#if defined(TOOLKIT_GTK)
+#include "chrome/common/gtk_util.h"
+#endif
+
namespace Platform {
void WillInitializeMainMessageLoop(const CommandLine & command_line);
@@ -553,6 +557,9 @@ int BrowserMain(const MainFunctionParams& parameters) {
// the installation event.
RLZTracker::InitRlzDelayed(base::DIR_MODULE, is_first_run);
#endif
+#if defined(TOOLKIT_GTK)
+ gtk_util::InitRCStyles();
+#endif
// Config the network module so it has access to resources.
net::NetModule::SetResourceProvider(NetResourceProvider);