Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | |
| 3 <!-- | 2 <!-- |
| 4 ------ | 3 ------ |
| 5 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 6 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 7 found in the LICENSE file. | 6 found in the LICENSE file. |
| 8 | |
| 9 --> | 7 --> |
| 8 <html i18n-values="dir:textdirection;"> | |
| 10 <head> | 9 <head> |
| 11 <title>Placeholder for Wallpaper Manager Main page</title> | 10 <title>Placeholder for Wallpaper Manager Main page</title> |
| 11 <script src="js/main_scripts.js"></script> | |
| 12 <if expr="0"> | |
| 13 <!-- This file has not been flattened, load individual scripts. | |
| 14 Keep the list in sync with js/main_scripts.js. --> | |
|
flackr
2012/07/04 22:20:57
Do you know why file manager was written this way?
bshe
2012/07/05 13:54:50
The main_scripts was introduced in this CL:
http:/
| |
| 15 <script src="js/main.js"></script> | |
| 16 </if> | |
| 12 </head> | 17 </head> |
| 13 <body> | 18 <body> |
| 14 <h1>Wallpaper Manager</h1> | 19 <h1>Wallpaper Manager</h1> |
| 15 <p>Coming soon.</p> | 20 <p>Coming soon.</p> |
| 16 </body> | 21 </body> |
| 17 </html> | 22 </html> |
| OLD | NEW |