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

Unified Diff: chrome/browser/resources/ntp_search/thumbnail_page.js

Issue 11412214: NTP5: Fine tuning of Apps implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Dan's comments Created 8 years, 1 month 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/resources/ntp_search/thumbnail_page.js
diff --git a/chrome/browser/resources/ntp_search/thumbnail_page.js b/chrome/browser/resources/ntp_search/thumbnail_page.js
index c6b410891333e5ccad27933adf92a067731c02e4..7a438d674ee672a26c3fef7176bdab85b13ba9e7 100644
--- a/chrome/browser/resources/ntp_search/thumbnail_page.js
+++ b/chrome/browser/resources/ntp_search/thumbnail_page.js
@@ -162,6 +162,8 @@ cr.define('ntp', function() {
* Initializes a ThumbnailPage.
*/
initialize: function() {
+ TilePage.prototype.initialize.apply(this, arguments);
+
this.classList.add('thumbnail-page');
},

Powered by Google App Engine
This is Rietveld 408576698