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

Unified Diff: Source/core/testing/Internals.h

Issue 270283007: Implement the logic to find the correct <link> for Manifest in Document. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@link_manifest
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
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 11bb77bf509fb9586828e528d688210e62ddd29c..1c3714d18680a339784f741b7ee18d82a7da9c22 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -53,6 +53,7 @@ class Element;
class ExceptionState;
class ExecutionContext;
class GCObservation;
+class HTMLLinkElement;
class HTMLMediaElement;
class InternalProfilers;
class InternalRuntimeFlags;
@@ -321,6 +322,8 @@ public:
String textSurroundingNode(Node*, int x, int y, unsigned long maxLength);
+ HTMLLinkElement* linkManifest(Document*, ExceptionState&);
+
private:
explicit Internals(Document*);
Document* contextDocument() const;

Powered by Google App Engine
This is Rietveld 408576698