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

Unified Diff: third_party/document_image_extractor/third_party/src/element_filter.js

Issue 1138123002: Update third_party/document_image_extractor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: third_party/document_image_extractor/third_party/src/element_filter.js
diff --git a/third_party/document_image_extractor/third_party/src/element_filter.js b/third_party/document_image_extractor/third_party/src/element_filter.js
deleted file mode 100644
index c86bf1526b4212710682eb0e1479f5fe2de05286..0000000000000000000000000000000000000000
--- a/third_party/document_image_extractor/third_party/src/element_filter.js
+++ /dev/null
@@ -1,21 +0,0 @@
-goog.provide('image.collections.extension.ElementFilter');
-
-goog.scope(function() {
-
-
-
-/**
- * An element filter interface.
- * @interface
- */
-image.collections.extension.ElementFilter = function() {};
-var ElementFilter = image.collections.extension.ElementFilter;
-
-
-/**
- * Returns true iff the element passes the filter.
- * @param {!Element} element
- * @return {boolean}
- */
-ElementFilter.prototype.filter = function(element) {};
-}); // goog.scope

Powered by Google App Engine
This is Rietveld 408576698