| 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']
|
|
|