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

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: review comments Created 6 years, 3 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
« no previous file with comments | « Source/core/loader/ManifestLoader.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « Source/core/loader/ManifestLoader.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698