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

Unified 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698