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

Unified Diff: content/renderer/render_view_impl.h

Issue 8776017: Get additional crash data to narrow down renderer kills. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index ab56088fbcf0c15dfd3f26954d0a4b058d874acf..b6db69feeb1a6690e28e3649e22b447c209c875e 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -178,6 +178,12 @@ class RenderViewImpl : public RenderWidget,
// Sets the "next page id" counter.
static void SetNextPageID(int32 next_page_id);
+ // TODO(creis): Remove when we no longer need
+ // RenderThreadImpl::OnTempCrashWithData.
+ static int32 next_page_id() {
+ return next_page_id_;
+ }
+
// May return NULL when the view is closing.
CONTENT_EXPORT WebKit::WebView* webview() const;
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698