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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 874283003: Have WebFrameClient::suddenTerminationDisablerChanged return a boolean (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 eface3852a35103bcb7b847659fcd37d932d83be..16ae0f48bf360c87f09f238b6232f76e3dd76bf8 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -174,7 +174,7 @@ public:
virtual unsigned backForwardLength() override;
- virtual void suddenTerminationDisablerChanged(int variation, SuddenTerminationDisablerType) override;
+ virtual void suddenTerminationDisablerChanged(bool present, SuddenTerminationDisablerType) override;
private:
virtual bool isFrameLoaderClientImpl() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698