Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(970)

Unified Diff: chrome/app/chrome_dll_main.cc

Issue 155342: A little bit of bookmark bar cleanup, a little bit of padding improvement.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gtk/bookmark_bar_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll_main.cc
===================================================================
--- chrome/app/chrome_dll_main.cc (revision 20336)
+++ chrome/app/chrome_dll_main.cc (working copy)
@@ -175,7 +175,6 @@
"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;
« no previous file with comments | « no previous file | chrome/browser/gtk/bookmark_bar_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698