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

Unified Diff: chrome/browser/resources/vulcanize.py

Issue 2654073003: WebUI: Update vulcanize.py to not process Downloads page anymore. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vulcanize.py
diff --git a/chrome/browser/resources/vulcanize.py b/chrome/browser/resources/vulcanize.py
index 03aeb8fa0c77ffdb13a7004676ad1140ebf04dcf..2c8600ed369bd7e93eb430d2b684f1a287eea3ec 100755
--- a/chrome/browser/resources/vulcanize.py
+++ b/chrome/browser/resources/vulcanize.py
@@ -109,10 +109,6 @@ def _css_build(directory, files):
def main():
- _vulcanize(directory='md_downloads', host='downloads',
- html_in_file='downloads.html')
- _css_build(directory='md_downloads', files=['vulcanized.html'])
-
# Already loaded by history.html:
history_extra_args = ['--exclude', 'chrome://resources/html/util.html',
'--exclude', 'chrome://history/constants.html']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698