| Index: chrome/browser/search/local_ntp_source.cc
|
| diff --git a/chrome/browser/search/local_ntp_source.cc b/chrome/browser/search/local_ntp_source.cc
|
| index 203f8056956ae859a38fe89d97aff9ee87807a59..2dec3c29dd8821b171c6450a643349dc19ee8f4a 100644
|
| --- a/chrome/browser/search/local_ntp_source.cc
|
| +++ b/chrome/browser/search/local_ntp_source.cc
|
| @@ -59,7 +59,9 @@ const struct Resource{
|
| { "images/close_2_hover.png", IDR_CLOSE_2_H, "image/png" },
|
| { "images/close_2_active.png", IDR_CLOSE_2_P, "image/png" },
|
| { "images/close_2_white.png", IDR_CLOSE_2_MASK, "image/png" },
|
| + { "images/close_3_mask.png", IDR_CLOSE_3_MASK, "image/png" },
|
| { "images/google_logo.png", IDR_LOCAL_NTP_IMAGES_LOGO_PNG, "image/png" },
|
| + { "images/ntp_default_favicon.png", IDR_NTP_DEFAULT_FAVICON, "image/png" },
|
| { "images/white_google_logo.png",
|
| IDR_LOCAL_NTP_IMAGES_WHITE_LOGO_PNG, "image/png" },
|
| };
|
|
|