Chromium Code Reviews| Index: chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| index 70852476855c2db674d8f8d302faea207d938c02..462ec0faef10530d829b2bc95da79e48a8fcdad5 100644 |
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html |
| @@ -1,14 +1,19 @@ |
| <!DOCTYPE HTML> |
| -<html i18n-values="dir:textdirection;"> |
| <!-- |
| ------ |
| Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| - |
| --> |
| +<html i18n-values="dir:textdirection;"> |
| <head> |
| <title>Placeholder for Wallpaper Manager Main page</title> |
| + <script src="js/main_scripts.js"></script> |
| + <if expr="0"> |
| + <!-- This file has not been flattened, load individual scripts. |
| + 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:/
|
| + <script src="js/main.js"></script> |
| + </if> |
| </head> |
| <body> |
| <h1>Wallpaper Manager</h1> |