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

Unified Diff: chrome/browser/resources/ntp4/new_tab.js

Issue 7227025: ntp4: fix app context menu z-order (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: many more fixes Created 9 years, 5 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/resources/ntp4/new_tab.js
diff --git a/chrome/browser/resources/ntp4/new_tab.js b/chrome/browser/resources/ntp4/new_tab.js
index e01b34805356eccecb8ec4caee4c4f487999b8af..54ba694964fda3858e23b69abbbabbf61079a525 100644
--- a/chrome/browser/resources/ntp4/new_tab.js
+++ b/chrome/browser/resources/ntp4/new_tab.js
@@ -89,6 +89,8 @@ cr.define('ntp4', function() {
* Invoked at startup once the DOM is available to initialize the app.
*/
function initialize() {
+ cr.enablePlatformSpecificCSSRules();
+
// Load the current theme colors.
themeChanged();

Powered by Google App Engine
This is Rietveld 408576698