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

Unified Diff: third_party/WebKit/Source/web/FrameLoaderClientImpl.h

Issue 1837483002: Allow LoadNavigationErrorPage to run scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
index 945494ac83ad923b73f5f3cbc93dedbf3a552474..ee342a943080b63b09194c0b6fae52a010cb852e 100644
--- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
+++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
@@ -61,7 +61,7 @@ public:
void dispatchDidClearWindowObjectInMainWorld() override;
void documentElementAvailable() override;
void runScriptsAtDocumentElementAvailable() override;
- void runScriptsAtDocumentReady() override;
+ void runScriptsAtDocumentReady(bool documentIsEmpty) override;
void didCreateScriptContext(v8::Local<v8::Context>, int extensionGroup, int worldId) override;
void willReleaseScriptContext(v8::Local<v8::Context>, int worldId) override;
@@ -97,7 +97,7 @@ public:
void dispatchDidCommitLoad(HistoryItem*, HistoryCommitType) override;
void dispatchDidFailProvisionalLoad(const ResourceError&, HistoryCommitType) override;
void dispatchDidFailLoad(const ResourceError&, HistoryCommitType) override;
- void dispatchDidFinishDocumentLoad(bool documentIsEmpty) override;
+ void dispatchDidFinishDocumentLoad() override;
void dispatchDidFinishLoad() override;
void dispatchDidChangeThemeColor() override;
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoaderClient.h ('k') | third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698