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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 16564006: Test theory for Android FrameTreeNode crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try fischman's build file change Created 7 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 | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index a533ea13f9322d0dabaffa20d52eb479a8f619df..e24bf593b1cc1a884a271dda096ced172ce962d0 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -803,6 +803,9 @@ class CONTENT_EXPORT WebContentsImpl
// "waiting" or "loading."
bool waiting_for_response_;
+ // Any extra pointer will break frame_tree_root_.reset on Android.
+ scoped_ptr<RenderViewHost> extra_pointer_;
+
// Map of SiteInstance ID to max page ID for this tab. A page ID is specific
// to a given tab and SiteInstance, and must be valid for the lifetime of the
// WebContentsImpl.
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698