summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r--chrome/app/chrome_dll_main.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
index de4d822..213a40f 100644
--- a/chrome/app/chrome_dll_main.cc
+++ b/chrome/app/chrome_dll_main.cc
@@ -176,6 +176,9 @@ static void GLibLogHandler(const gchar* log_domain,
!GTK_CHECK_VERSION(2, 16, 1)) {
// http://crbug.com/11133
LOG(ERROR) << "Bug 11133";
+ } else if (strstr(message, "Theme file for default has no") ||
+ strstr(message, "Theme directory")) {
+ LOG(ERROR) << "GTK theme error: " << message;
} else {
#ifdef NDEBUG
LOG(ERROR) << log_domain << ": " << message;