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

Unified Diff: java/org/chromium/distiller/OpenGraphProtocolParser.java

Issue 1705123002: Add support for Schema.org/Recipe Base URL: https://github.com/chromium/dom-distiller.git@master
Patch Set: Created 4 years, 10 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: java/org/chromium/distiller/OpenGraphProtocolParser.java
diff --git a/java/org/chromium/distiller/OpenGraphProtocolParser.java b/java/org/chromium/distiller/OpenGraphProtocolParser.java
index 7d507cfbbeff1d99922a88dfa397f3d9fcc637d6..355a19d7f30dffa6faf601f00f1ba78b73d5f00c 100644
--- a/java/org/chromium/distiller/OpenGraphProtocolParser.java
+++ b/java/org/chromium/distiller/OpenGraphProtocolParser.java
@@ -225,6 +225,11 @@ public class OpenGraphProtocolParser implements MarkupParser.Accessor {
return false;
}
+ @Override
+ public String getStructuredData() {
+ return "";
+ }
+
/**
* The object that has successfully extracted OpenGraphProtocol markup information from |root|.
*

Powered by Google App Engine
This is Rietveld 408576698