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

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: Created 6 years, 7 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
« no previous file with comments | « Source/core/html/LinkRelAttribute.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LinkResource.h
diff --git a/Source/core/html/LinkResource.h b/Source/core/html/LinkResource.h
index 61b082106906cc60cd67e696f8d965f0b6ba9cb4..ddd5e5842ee3442a65748a126d5b1467b6c19587 100644
--- a/Source/core/html/LinkResource.h
+++ b/Source/core/html/LinkResource.h
@@ -45,7 +45,8 @@ class LinkResource : public NoBaseWillBeGarbageCollectedFinalized<LinkResource>
public:
enum Type {
Style,
- Import
+ Import,
+ Manifest
};
explicit LinkResource(HTMLLinkElement*);
« no previous file with comments | « Source/core/html/LinkRelAttribute.cpp ('k') | Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698