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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_mac.h

Issue 545159: Insert diagnostics in an attempt to track down a crash in popup menus... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 11 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/renderer_host/render_widget_host_view_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host_view_mac.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view_mac.h (revision 36540)
+++ chrome/browser/renderer_host/render_widget_host_view_mac.h (working copy)
@@ -115,6 +115,10 @@
void set_parent_view(BaseView* parent_view) { parent_view_ = parent_view; }
+ // Used only to diagnose the crash in http://crbug.com/31716
+ // TODO(pamg): Remove when no longer needed.
+ void clear_cocoa_view() { cocoa_view_ = nil; }
+
// These member variables should be private, but the associated ObjC class
// needs access to them and can't be made a friend.
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698