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

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

Issue 2439903003: PlzNavigate: Allow frames to fallback to alternative content. (Closed)
Patch Set: Two more test are fixed by this CL. Created 4 years, 2 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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 1ae6d549bc76dc35124ad77b081c9a3ab4ba7af0..ac71abf9b30e17ad045ce9b453b8cedb73cafcfb 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -263,6 +263,8 @@ class WEB_EXPORT WebLocalFrameImpl final
const WebHistoryItem&,
WebHistoryLoadType,
bool isClientRedirect) override;
+ bool canRenderFallbackContent() const override;
+ void loadFailed() override;
bool isLoading() const override;
bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
const override;

Powered by Google App Engine
This is Rietveld 408576698