Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index d7e9b8e882e8c72d9f77455771263423df4a21f4..15039a13e8ed523d3a13d84e607e420e0c63e411 100644 |
--- a/public/web/WebFrameClient.h |
+++ b/public/web/WebFrameClient.h |
@@ -259,6 +259,9 @@ public: |
// WARNING: This method may be called very frequently. |
virtual void didUpdateCurrentHistoryItem(WebLocalFrame*) { } |
+ // The manifest for the page has changed. |
+ virtual void didChangeManifest(WebLocalFrame*) { } |
+ |
abarth-chromium
2014/05/01 17:51:16
Two blank lines between sections pls.
mlamouri (slow - plz ping)
2014/05/01 18:00:09
Ok.
|
// Misc ---------------------------------------------------------------- |
// Called to retrieve the provider of desktop notifications. |