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

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

Issue 196283013: Make to call WebContentsImpl::RenderViewCreated() when we create child window. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
Index: content/browser/web_contents/web_contents_impl.h
===================================================================
--- content/browser/web_contents/web_contents_impl.h (revision 256801)
+++ content/browser/web_contents/web_contents_impl.h (working copy)
@@ -598,6 +598,7 @@
private:
friend class NavigationControllerImpl;
friend class TestNavigationObserver;
+ friend class WebContentsAddedObserver;
friend class WebContentsObserver;
friend class WebContents; // To implement factory methods.
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_impl.cc » ('j') | content/test/content_browser_test_utils.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698