| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 7823617c0a30070293dcf8edee40893207142736..fad569ed89be83222e6449a5d95e2447878b3f01 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -114,7 +114,8 @@ static void GLibLogHandler(const gchar* log_domain,
|
| LOG(ERROR) << "GTK File code error: " << message;
|
| } else if (strstr(message, "Theme file for default has no") ||
|
| strstr(message, "Theme directory") ||
|
| - strstr(message, "theme pixmap")) {
|
| + strstr(message, "theme pixmap") ||
|
| + strstr(message, "locate theme engine")) {
|
| LOG(ERROR) << "GTK theme error: " << message;
|
| } else if (strstr(message, "gtk_drag_dest_leave: assertion")) {
|
| LOG(ERROR) << "Drag destination deleted: http://crbug.com/18557";
|
|
|