Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 10698099: Implement the new wallpaper manager launcher window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698