1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // These includes will be processed at build time by grit.
6 <include src="../../../../third_party/dom_distiller_js/package/js/domdistiller.js"/>
8 // Applies DomDistillerJs to the content of the page and returns a
9 // DomDistillerResults (as a javascript object/dict).
12 // The OPTIONS placeholder will be replaced with the DomDistillerOptions at
14 res = com.dom_distiller.DomDistiller.applyWithOptions($$OPTIONS);
17 window.console.error("Error during distillation: " + e);
18 if (e.stack != undefined) window.console.error(e.stack);