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

Unified Diff: chrome/browser/ui/gtk/global_bookmark_menu.h

Issue 7003066: GTK: Add CHECKs() to try to find the cause of a GlobalBookmarkMenu crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/ui/gtk/global_bookmark_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/global_bookmark_menu.h
diff --git a/chrome/browser/ui/gtk/global_bookmark_menu.h b/chrome/browser/ui/gtk/global_bookmark_menu.h
index eae9e0b28b0fced3960d0af8d0c2dd58cca48436..9c7d4e247bc4adb375dee2713119e21e5995165d 100644
--- a/chrome/browser/ui/gtk/global_bookmark_menu.h
+++ b/chrome/browser/ui/gtk/global_bookmark_menu.h
@@ -116,9 +116,6 @@ class GlobalBookmarkMenu : public GlobalMenuOwner,
OwnedWidgetGtk bookmark_menu_;
- // We use this factory to create callback tasks for ThreadWatcher object. We
- // use this during ping-pong messaging between WatchDog thread and watched
- // thread.
ScopedRunnableMethodFactory<GlobalBookmarkMenu> method_factory_;
// In order to appropriately update items in the bookmark menu, without
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/global_bookmark_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698