| Index: chrome/app/chrome_dll_main.cc
|
| ===================================================================
|
| --- chrome/app/chrome_dll_main.cc (revision 22513)
|
| +++ chrome/app/chrome_dll_main.cc (working copy)
|
| @@ -190,6 +190,8 @@
|
| strstr(message, "Theme directory") ||
|
| strstr(message, "theme pixmap")) {
|
| LOG(ERROR) << "GTK theme error: " << message;
|
| + } else if (strstr(message, "gtk_drag_dest_leave: assertion")) {
|
| + LOG(ERROR) << "Drag destination deleted: http://crbug.com/18557";
|
| } else {
|
| #ifdef NDEBUG
|
| LOG(ERROR) << log_domain << ": " << message;
|
|
|