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

Unified Diff: Source/web/FrameLoaderClientImpl.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/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index 1c5ad9a1423a3ea96fc0beaeabae535b62b04c36..5a01548338d544ea1b3329b69d0075c8c8920862 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -159,6 +159,8 @@ public:
virtual void didStopAllLoaders() OVERRIDE;
+ virtual void dispatchDidChangeManifest() OVERRIDE;
+
private:
virtual bool isFrameLoaderClientImpl() const OVERRIDE { return true; }

Powered by Google App Engine
This is Rietveld 408576698