diff options
Diffstat (limited to 'chrome/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 213a40f..e087a8d 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -175,7 +175,6 @@ static void GLibLogHandler(const gchar* log_domain, "allocate widget with width") && !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; |