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

Unified Diff: chrome/browser/resources/app_list/start_page.html

Issue 871193006: Add a static Google Doodle to the experimental app list start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_xiyuan_start_page
Patch Set: Created 5 years, 11 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/app_list/start_page.html
diff --git a/chrome/browser/resources/app_list/start_page.html b/chrome/browser/resources/app_list/start_page.html
index be299af7b6f6885e7c411e2cd9e9b6fd9494de24..df8fa64e28fbd283d5e5ec80b43012ca6d082cca 100644
--- a/chrome/browser/resources/app_list/start_page.html
+++ b/chrome/browser/resources/app_list/start_page.html
@@ -14,7 +14,10 @@
</head>
<body>
- <div id="logo"></div>
+ <div id="logo_container">
+ <div id="logo"></div>
Matt Giuca 2015/01/29 08:00:53 Can you rename this to default_logo (to match the
calamity 2015/01/30 05:09:14 Done.
+ <img id="doodle">
+ </div>
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698