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

Unified Diff: components/dom_distiller/core/javascript/domdistiller.js

Issue 2729033002: Make .clang-format files smaller after clang-format roll
Patch Set: . Created 3 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: components/dom_distiller/core/javascript/domdistiller.js
diff --git a/components/dom_distiller/core/javascript/domdistiller.js b/components/dom_distiller/core/javascript/domdistiller.js
index bbd2d00d569febb7fd115c89cb33cacd4f467078..9c669ed68594dd8ded64fd51110b1fddac1f5eb4 100644
--- a/components/dom_distiller/core/javascript/domdistiller.js
+++ b/components/dom_distiller/core/javascript/domdistiller.js
@@ -8,7 +8,7 @@
try {
function initialize() {
// This include will be processed at build time by grit.
- <include src="../../../../third_party/dom_distiller_js/dist/js/domdistiller.js"/>
+ // <include src="../../../../third_party/dom_distiller_js/dist/js/domdistiller.js"/>
}
window.setTimeout = function() {};
window.clearTimeout = function() {};

Powered by Google App Engine
This is Rietveld 408576698