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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 710443002: Add didCreateNewDocument() notification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
Index: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index ecd439fd9252fedde7a75f313be601d0742d5363..6e947aa39d50a4b3b5cb716961e3112a37f6f86d 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -56,6 +56,7 @@ public:
// giving it a chance to bind native objects to the window before script
// parsing begins.
virtual void dispatchDidClearWindowObjectInMainWorld() override;
+ virtual void dispatchWillReplaceDocumentWhileExecutingJavaScriptURL() override;
virtual void documentElementAvailable() override;
virtual void didCreateScriptContext(v8::Handle<v8::Context>, int extensionGroup, int worldId) override;

Powered by Google App Engine
This is Rietveld 408576698