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

Unified Diff: public/web/WebFrame.h

Issue 249633002: Detect <link rel='manifest'> and notify embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: error 500 Created 6 years, 8 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
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 -------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698