Chromium Code Reviews| 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 35cae35f877191b4d51b30b815d7498a9a573728..975bf3bbe62fad3cfa2ef3b0e7c4ce99af18faa5 100644 |
| --- a/chrome/browser/search/local_ntp_source.cc |
| +++ b/chrome/browser/search/local_ntp_source.cc |
| @@ -51,7 +51,6 @@ const struct Resource{ |
| } kResources[] = { |
| { kLocalNTPFilename, IDR_LOCAL_NTP_HTML, "text/html" }, |
| { "local-ntp.js", IDR_LOCAL_NTP_JS, "application/javascript" }, |
| - { "local-ntp-util.js", IDR_LOCAL_NTP_UTIL_JS, "application/javascript" }, |
|
Mathieu
2014/08/07 18:07:06
that's probably not correct.
huangs
2014/08/07 20:15:20
I was gonna add local-ntp-design.js, but realized
Mathieu
2014/08/07 20:50:24
Good point, they are indeed inlined at build time.
|
| { kConfigDataFilename, kLocalResource, "application/javascript" }, |
| { "local-ntp.css", IDR_LOCAL_NTP_CSS, "text/css" }, |
| { "images/close_2.png", IDR_CLOSE_2, "image/png" }, |