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

Unified Diff: public/web/WebLocalFrame.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 | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebLocalFrame.h
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
index ce7cafdbb64c0a8b0dade2b951f97337358975f2..6d6999b1ecec63b91dd8b62c56e4843c9601fae4 100644
--- a/public/web/WebLocalFrame.h
+++ b/public/web/WebLocalFrame.h
@@ -37,6 +37,14 @@ public:
virtual void navigateToSandboxedMarkup(const WebData& markup) = 0;
virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) = 0;
+
+ // Manifest ------------------------------------------------------------
+
+ // Called to fetch and parse a frame's manifest. The associated
+ // WebFrameClient will be notified upon completion via
+ // WebFrameClient::didLoadManifest or WebFrameClient::didFailLoadManifest
+ // depending on the call being successful or not.
+ virtual void requestManifest() = 0;
};
} // namespace blink
« no previous file with comments | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698