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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 249633002: Detect <link rel='manifest'> and notify embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: error 500 Created 6 years, 8 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/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index 9488d67cd2a13f9c67960482b10fa1914835b472..ba05e5ab61d227aee7820379e9d361dc89262a93 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -243,6 +243,12 @@ WebPerformance WebRemoteFrameImpl::performance() const
return WebPerformance();
}
+WebURL WebRemoteFrameImpl::manifestURL() const
+{
+ ASSERT_NOT_REACHED();
+ return WebURL();
+}
+
bool WebRemoteFrameImpl::dispatchBeforeUnloadEvent()
{
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698