Index: chrome/browser/resources/history/history_mobile.css |
diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css |
index 2a6cd9e18548fd1379d865c526b11dd5585885c1..fc73e7c1620a1fb3421c0a97f8af602028b77b08 100644 |
--- a/chrome/browser/resources/history/history_mobile.css |
+++ b/chrome/browser/resources/history/history_mobile.css |
@@ -315,4 +315,8 @@ input { |
/* Should be 0, but that breaks scrolling -- see crbug.com/292715. */ |
bottom: -1px; |
} |
+ |
+#results-header:empty { |
+ display: none; |
Dan Beam
2014/12/24 19:00:48
why did you put this for ios only? doesn't this a
sdefresne
2014/12/26 09:42:08
The original bug was reported against iOS and I ca
|
+} |
</if> /* is_ios */ |