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

Unified Diff: chrome/browser/resources/history/history.css

Issue 14834011: Android: use grit target platform instead of define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed pp_ifdef(android) Created 7 years, 7 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
« no previous file with comments | « chrome/browser/resources/flags.html ('k') | chrome/browser/resources/history/history.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 74b1f0f2281f3580813d3d87c3c0b0e7efdc70cc..bffbd94e226d03370ac74218d9a7a700edf64d3a 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -259,7 +259,7 @@ html[dir='rtl'] .site-domain {
line-height: 1em;
}
-<if expr="not pp_ifdef('android')">
+<if expr="not is_android">
/* Checkboxes are shown when checked or focused, or when the entry is hovered.
* Fade in on focus, but not on hover, because it makes the UI feel laggy. */
.site-domain-wrapper input[type=checkbox]:not(:checked),
« no previous file with comments | « chrome/browser/resources/flags.html ('k') | chrome/browser/resources/history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698