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

Unified Diff: Source/core/loader/FrameLoaderClient.h

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/core/loader/FrameLoaderClient.h
diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
index 9ddf80ad43a4b0c41a801e4cd776e2b9f8cc8fa7..8074f86aa766946f3f08b28c2eb73b6264b51caa 100644
--- a/Source/core/loader/FrameLoaderClient.h
+++ b/Source/core/loader/FrameLoaderClient.h
@@ -229,6 +229,8 @@ namespace WebCore {
virtual void didStopAllLoaders() { }
+ virtual void dispatchDidChangeManifest() { }
+
virtual bool isFrameLoaderClientImpl() const { return false; }
};

Powered by Google App Engine
This is Rietveld 408576698