| 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..748c2b856fe547382ccebdeb721b5498d9b42ea9 100644
|
| --- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| +++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
|
| @@ -1,14 +1,20 @@
|
| <!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. -->
|
| + <script src="js/window_state_manager.js"></script>
|
| + <script src="js/main.js"></script>
|
| + </if>
|
| </head>
|
| <body>
|
| <h1>Wallpaper Manager</h1>
|
|
|