Index: chrome/browser/resources/history/history.js |
diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js |
index 0a9e28e30e397eeec175f73112b1466464fead68..a2967ddc03fa7851a5f44c3e45571358484a4f14 100644 |
--- a/chrome/browser/resources/history/history.js |
+++ b/chrome/browser/resources/history/history.js |
@@ -869,6 +869,7 @@ PageState.getHashString = function(term, page) { |
* Window onload handler, sets up the page. |
*/ |
function load() { |
+ cr.enablePlatformSpecificCSSRules(); |
uber.onContentFrameLoaded(); |
var searchField = $('search-field'); |