Chromium Code Reviews| 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 6e146256807f73855e80380b1ec1553a705929c5..3792e435cad96f2bd789b8dd8c98c02cf32b56b8 100644 |
| --- a/chrome/browser/resources/file_manager/main.html |
| +++ b/chrome/browser/resources/file_manager/main.html |
| @@ -6,7 +6,6 @@ |
| --> |
| <html i18n-values="dir:textdirection;"> |
| <head> |
| - <if expr="0"> |
|
satorux1
2012/03/25 00:22:26
you plan to get <if expr="0"> back before submissi
zel
2012/03/25 02:06:41
reverted
|
| <!-- <if ... /if> is removed while flattening HTML. --> |
| <base href=""> |
| <script> |
| @@ -29,10 +28,9 @@ |
| // 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 |
| // need a rebuild to update. |
| - |
| + localStorage.base = 'http://zel-linux.mtv.corp.google.com:1080/file_manager/' |
|
satorux1
2012/03/25 00:22:26
remove
zel
2012/03/25 02:06:41
reverted
|
| document.querySelector('base').setAttribute('href', localStorage.base); |
| </script> |
| - </if> |
| <!-- metrics.js initiates load performance tracking |
|
satorux1
2012/03/25 00:22:26
ditto.
zel
2012/03/25 02:06:41
reverted
|
| so we want to parse it as early as possible --> |
| <script src="js/metrics.js"></script> |