Index: public/web/WebFrame.h |
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
index 4f71c7f91ebacc49182b936abd3c8bebc3975e99..3e1da9c619877fe90b49cb4cd309187f0ea86ca9 100644 |
--- a/public/web/WebFrame.h |
+++ b/public/web/WebFrame.h |
@@ -66,6 +66,7 @@ class WebFrameClient; |
class WebInputElement; |
class WebLayer; |
class WebLocalFrame; |
+class WebManifestRequest; |
class WebPerformance; |
class WebPermissionClient; |
class WebRange; |
@@ -669,6 +670,12 @@ public: |
// text form. This is used only by layout tests. |
virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0; |
+ // Manifest ------------------------------------------------------------ |
+ |
+ // Starts fetching and parsing the manifest. The passed WebManifestRequest |
+ // will get notified when the request ends, whether it failed or succeeded. |
+ virtual void requestManifest(WebManifestRequest&) const = 0; |
+ |
protected: |
explicit WebFrame(); |
virtual ~WebFrame(); |