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"> |
tapted
2014/03/10 02:41:54
is this the typical way to do it? I think to prope
calamity
2014/03/14 07:50:02
It seems to be the way that the local ntp does it.
xiyuan
2014/03/14 17:00:54
I agree with Trent that we should follow the -webk
|
+ </div> |
<div id="start-page"></div> |
<script src="chrome://resources/js/i18n_template2.js"></script> |
</body> |