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

Unified Diff: chrome/browser/resources/md_downloads/crisper.js

Issue 2224003003: Vulcanize MD History to improve page-load performance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to keyword arguments Created 4 years, 4 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: chrome/browser/resources/md_downloads/crisper.js
diff --git a/chrome/browser/resources/md_downloads/crisper.js b/chrome/browser/resources/md_downloads/crisper.js
index 2d17f3a17ee86921ff069832066d8986932d700a..c34b4f09dda4538b32257cf7ebb6d5e82b777f6c 100644
--- a/chrome/browser/resources/md_downloads/crisper.js
+++ b/chrome/browser/resources/md_downloads/crisper.js
@@ -1150,7 +1150,7 @@ cr.define('cr.ui', function() {
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// <include src="../../../../ui/webui/resources/js/assert.js">
+// <include src-disabled="assert.js">
/**
* Alias for document.getElementById. Found elements must be HTMLElements.

Powered by Google App Engine
This is Rietveld 408576698