Chromium Code Reviews| 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(); |
|
Dan Beam
2012/03/13 01:50:10
where is this necessary?
Evan Stade
2012/03/13 01:58:09
I put this here as a "it might be necessary" sort
|
| uber.onContentFrameLoaded(); |
| var searchField = $('search-field'); |