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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 295063002: [NotLanded] Implement the fetching algorithm of the Web Manifest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: with webviewhelper Created 6 years, 4 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 afe7014f79e29a11d2fff77d027ba4d606f78311..fef879dd9924064039b15fc5501d26d40bcf528f 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -165,6 +165,8 @@ public:
virtual void didStopAllLoaders() OVERRIDE;
virtual void dispatchDidChangeManifest() OVERRIDE;
+ virtual void dispatchDidLoadManifest(const WebManifest&) OVERRIDE;
+ virtual void dispatchDidFailLoadManifest(WebManifestError) OVERRIDE;
private:
virtual bool isFrameLoaderClientImpl() const OVERRIDE { return true; }

Powered by Google App Engine
This is Rietveld 408576698