Index: chrome/browser/resources/print_preview/print_preview.js |
diff --git a/chrome/browser/resources/print_preview/print_preview.js b/chrome/browser/resources/print_preview/print_preview.js |
index 3f083e09eb0dc9e16bd7e3060bfb973dc1924c3f..9891870302e97db837e06060da366082c52a42cb 100644 |
--- a/chrome/browser/resources/print_preview/print_preview.js |
+++ b/chrome/browser/resources/print_preview/print_preview.js |
@@ -724,12 +724,12 @@ cr.define('print_preview', function() { |
this.metrics_.incrementDestinationSearchBucket( |
print_preview.Metrics.DestinationSearchBucket.CANCELED); |
} else { |
- // <if expr="pp_ifdef('toolkit_views')"> |
+ // <if expr="toolkit_views"> |
Nico
2014/02/19 01:08:43
wot? Why is this in a comment?
newt (away)
2014/02/19 01:43:15
It's a polyglot? The JS comment just confuses thin
Nico
2014/02/19 01:44:50
Thanks, this is much less confusing now imho.
|
// On the toolkit_views environment, ESC key is handled by C++-side |
// instead of JS-side. |
return; |
// </if> |
- // <if expr="not pp_ifdef('toolkit_views')"> |
+ // <if expr="not toolkit_views"> |
// Dummy comment to absorb previous line's comment symbol. |
this.close_(); |
// </if> |