Index: chrome/browser/ui/webui/app_list/start_page_ui.cc |
diff --git a/chrome/browser/ui/webui/app_list/start_page_ui.cc b/chrome/browser/ui/webui/app_list/start_page_ui.cc |
index 6cdcb9b5a8600d00a58cf5280b0f6d2d6c4dfb1e..bca2e7e18bae4aec5786dcbfe03bbf1dd94df3eb 100644 |
--- a/chrome/browser/ui/webui/app_list/start_page_ui.cc |
+++ b/chrome/browser/ui/webui/app_list/start_page_ui.cc |
@@ -83,6 +83,8 @@ void StartPageUI::InitDataSource() { |
source->AddResourcePath("start_page.css", IDR_APP_LIST_START_PAGE_CSS); |
source->AddResourcePath("start_page.js", IDR_APP_LIST_START_PAGE_JS); |
source->AddResourcePath("hotword_nacl.nmf", IDR_APP_LIST_HOTWORD_NACL_NMF); |
+ source->AddResourcePath("images/2x/google_logo.png", |
+ IDR_LOCAL_NTP_IMAGES_2X_LOGO_PNG); |
source->SetDefaultResource(IDR_APP_LIST_START_PAGE_HTML); |
#if defined(OS_CHROMEOS) |