| Index: chrome/renderer/resources/blocked_plugin.html
 | 
| diff --git a/chrome/renderer/resources/blocked_plugin.html b/chrome/renderer/resources/blocked_plugin.html
 | 
| index 144c2abefad4bfa86f33336d6c758da1b86da5c2..a858914f149d32793e40a930df66995cfb44c5da 100644
 | 
| --- a/chrome/renderer/resources/blocked_plugin.html
 | 
| +++ b/chrome/renderer/resources/blocked_plugin.html
 | 
| @@ -28,10 +28,10 @@ body {
 | 
|  <body id="t" onload="notifyDidFinishLoading();">
 | 
|  <div i18n-values="title:name" id="outer">
 | 
|  <div id="inner">
 | 
| -<if expr="not pp_ifdef('android')">
 | 
| +<if expr="not is_android">
 | 
|    <div><img id="plugin_icon" src="plugin_blocked.png"></div>
 | 
|  </if>
 | 
| -<if expr="pp_ifdef('android')">
 | 
| +<if expr="is_android">
 | 
|    <img id="plugin_icon" src="plugin_blocked_android.png">
 | 
|  </if>
 | 
|  <h1 id="message" i18n-content="message"></h1>
 | 
| 
 |