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

Unified Diff: Source/web/WebLocalFrameImpl.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: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index cf0712d99101fc82340d56a6e6ff9125ed0e597a..2b37d4ddb4f1adffbbd57cbbe8e2686730fff090 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -117,6 +117,7 @@ public:
virtual WebFrame* findChildByName(const WebString&) const OVERRIDE;
virtual WebDocument document() const OVERRIDE;
virtual WebPerformance performance() const OVERRIDE;
+ virtual WebURL manifestURL() const OVERRIDE;
virtual bool dispatchBeforeUnloadEvent() OVERRIDE;
virtual void dispatchUnloadEvent() OVERRIDE;
virtual NPObject* windowObject() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698