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

Unified Diff: Source/core/loader/FrameLoader.h

Issue 143783002: Make it possible for the embedder to run unload handlers in subframes. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 6b37b6fa6c0b29fe206715e85b8f22064c06693a..728996b9db0657f78847acea075b68a51745e26a 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -46,6 +46,10 @@
#include "wtf/HashSet.h"
#include "wtf/OwnPtr.h"
+namespace blink {
+class WebViewImpl;
+}
+
namespace WebCore {
class Resource;
@@ -204,6 +208,8 @@ public:
void restoreScrollPositionAndViewState(RestorePolicy = StandardRestore);
private:
+ friend class blink::WebViewImpl;
+
bool allChildrenAreComplete() const; // immediate children, not all descendants
void completed();
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698