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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 861773003: Inform the WebFrameClient of BeforeUnload/Unload handlers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
Index: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index 283368a63c7d5fd8e1e23ef4ad64c0308086ff98..eface3852a35103bcb7b847659fcd37d932d83be 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -174,6 +174,7 @@ public:
virtual unsigned backForwardLength() override;
+ virtual void suddenTerminationDisablerChanged(int variation, SuddenTerminationDisablerType) override;
private:
virtual bool isFrameLoaderClientImpl() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698