Chromium Code Reviews| Index: public/web/WebFrame.h |
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
| index b3beb570103e165caee80c04e3aa22de4f59d1cb..208453e08470a1386da780c098b2273c0fe12028 100644 |
| --- a/public/web/WebFrame.h |
| +++ b/public/web/WebFrame.h |
| @@ -228,6 +228,8 @@ public: |
| virtual WebPerformance performance() const = 0; |
| + virtual WebURL manifestURL() const = 0; |
|
abarth-chromium
2014/05/01 17:51:16
This API should be on WebDocument rather than WebF
mlamouri (slow - plz ping)
2014/05/01 18:00:09
Will look into that.
|
| + |
| // Closing ------------------------------------------------------------- |