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

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

Issue 566018: [Mac] Revert diagnostics for content popup bug. (Closed)
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
diff --git a/chrome/browser/renderer_host/render_widget_host_view_mac.h b/chrome/browser/renderer_host/render_widget_host_view_mac.h
index e38071beeb85beae767a8d3b3048c0c2011f7db0..3dc07b25ad1447bca6e2beac1f7adb4a2052bb74 100644
--- a/chrome/browser/renderer_host/render_widget_host_view_mac.h
+++ b/chrome/browser/renderer_host/render_widget_host_view_mac.h
@@ -115,10 +115,6 @@ class RenderWidgetHostViewMac : public RenderWidgetHostView {
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