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

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

Issue 548119: Merge 36790 - Insert diagnostics in an attempt to track down a crash in popup... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/302/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 36892)
+++ 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.
Property changes on: chrome\browser\renderer_host\render_widget_host_view_mac.h
___________________________________________________________________
Deleted: svn:mergeinfo
Reverse-merged /branches/chrome_webkit_merge_branch/chrome/browser/render_widget_host_hwnd.h:r69-2775
« 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