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

Unified Diff: chrome/browser/search/local_ntp_source.cc

Issue 447243003: [Local NTP] Adding NtpDesign class to parametrizing NTP design specs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/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" },

Powered by Google App Engine
This is Rietveld 408576698