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

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

Issue 186483004: Add a skeleton Start Page to the experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares_change_experimental_animation
Patch Set: rework Created 6 years, 9 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 e1cc8db25f002781ef24f9b5eb6239aec6a7f436..9f042afabafc26d666a6e58395fe08eb6ec9b67b 100644
--- a/chrome/browser/resources/app_list/start_page.html
+++ b/chrome/browser/resources/app_list/start_page.html
@@ -13,6 +13,9 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+ <div id="logo-wrapper">
+ <img id="logo" src="chrome://app-list/images/2x/google_logo.png">
+ </div>
<div id="start-page"></div>
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698