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

Unified Diff: Source/core/html/LinkResource.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/core/html/LinkResource.h
diff --git a/Source/core/html/LinkResource.h b/Source/core/html/LinkResource.h
index 81e715a64ba2b7cf84795be8c3ff284a486682be..f1f636789df9c1cdc2aaddebb83a7e47e9bf824a 100644
--- a/Source/core/html/LinkResource.h
+++ b/Source/core/html/LinkResource.h
@@ -44,7 +44,8 @@ class LinkResource {
public:
enum Type {
Style,
- Import
+ Import,
+ Manifest
};
explicit LinkResource(HTMLLinkElement*);

Powered by Google App Engine
This is Rietveld 408576698