| Index: chrome/app/theme/theme_resources.grd
 | 
| diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
 | 
| index d6a1e7822d704c52f356bd778c0cdc875180943e..3758e8b6c24fea596ddf602ca8141e6509663b91 100644
 | 
| --- a/chrome/app/theme/theme_resources.grd
 | 
| +++ b/chrome/app/theme/theme_resources.grd
 | 
| @@ -34,6 +34,9 @@
 | 
|        <structure type="chrome_scaled_image" name="IDR_ALLOWED_LOCATION" file="common/allowed_location.png" />
 | 
|        <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIC" file="common/allowed_mic.png" />
 | 
|        <structure type="chrome_scaled_image" name="IDR_ALLOWED_MIDI_SYSEX" file="common/allowed_midi.png" />
 | 
| +      <!-- TODO(riju) : Use sensors png when ready.
 | 
| +      -->
 | 
| +      <structure type="chrome_scaled_image" name="IDR_ALLOWED_SENSORS" file="common/allowed_midi.png" />
 | 
|        <structure type="chrome_scaled_image" name="IDR_ALLOWED_NOTIFICATION" file="common/allowed_notifications.png" />
 | 
|        <if expr="enable_plugins">
 | 
|          <structure type="chrome_scaled_image" name="IDR_ALLOWED_PLUGINS" file="common/allowed_plugins.png" />
 | 
| @@ -84,6 +87,9 @@
 | 
|        <structure type="chrome_scaled_image" name="IDR_BLOCKED_LOCATION" file="common/blocked_location.png" />
 | 
|        <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIC" file="common/blocked_mic.png" />
 | 
|        <structure type="chrome_scaled_image" name="IDR_BLOCKED_MIDI_SYSEX" file="common/blocked_midi.png" />
 | 
| +      <!--TODO(riju): Use sensors png when ready.
 | 
| +      -->
 | 
| +      <structure type="chrome_scaled_image" name="IDR_BLOCKED_SENSORS" file="common/blocked_midi.png" />
 | 
|        <structure type="chrome_scaled_image" name="IDR_BLOCKED_NOTIFICATION" file="common/blocked_notifications.png" />
 | 
|        <if expr="enable_plugins">
 | 
|          <structure type="chrome_scaled_image" name="IDR_BLOCKED_PLUGINS" file="common/blocked_plugins.png" />
 | 
| 
 |