| Index: chrome/browser/resources/file_manager/main.html
|
| diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
|
| index 97def8a566340dd0cc9e842b6a439e6d3efa42c4..5c0db916b2baeb0a256271e37752a678019b43e6 100644
|
| --- a/chrome/browser/resources/file_manager/main.html
|
| +++ b/chrome/browser/resources/file_manager/main.html
|
| @@ -6,9 +6,6 @@
|
| -->
|
| <html>
|
| <head>
|
| - <!-- metrics.js initiates load performance tracking
|
| - so we want to parse it as early as possible -->
|
| - <script src="js/metrics.js"></script>
|
| <if expr="0">
|
| <!-- <if ... /if> is removed while flattening HTML. -->
|
| <script>
|
| @@ -22,11 +19,11 @@
|
| // 2. Build and run the Chromium OS.
|
| //
|
| // 3. Make source files available via the HTTP protocol:
|
| - // twistd web --path chrome/browser/resources/file_manager --port 1080
|
| + // twistd web --path chrome/browser/resources/ --port 1080
|
| //
|
| // 4. Open the File Manager. Execute the following JS code in its context
|
| // using DevTools:
|
| - // localStorage['base'] = 'http://youmachine:1080/'
|
| + // localStorage['base'] = 'http://youmachine:1080/file_manager/'
|
| //
|
| // This will make the File Manager use fresh JS and CSS files from the
|
| // development machine. HTML files and JS files for WebWorkers would still
|
| @@ -39,6 +36,9 @@
|
| }
|
| </script>
|
| </if>
|
| + <!-- metrics.js initiates load performance tracking
|
| + so we want to parse it as early as possible -->
|
| + <script src="js/metrics.js"></script>
|
| <script>
|
| (function() {
|
| // Switch to 'test harness' mode when loading from a file or http url.
|
| @@ -153,7 +153,7 @@
|
| <div></div>
|
| </div>
|
| </div>
|
| - <div class=preview-panel hidden>
|
| + <div class=preview-panel visibility=hidden>
|
| <div><div class=preview-thumbnails></div></div>
|
| <div><div class=preview-summary></div></div>
|
| <div class=task-buttons></div>
|
|
|