| Index: chrome/renderer/resources/neterror.html
|
| diff --git a/chrome/renderer/resources/neterror.html b/chrome/renderer/resources/neterror.html
|
| index ac3172c789fbec70e866f6c320fa1d3565a31147..670ee7d7265bb082f878a6858095fcbd4f7b1f67 100644
|
| --- a/chrome/renderer/resources/neterror.html
|
| +++ b/chrome/renderer/resources/neterror.html
|
| @@ -105,6 +105,15 @@ a:visited {
|
| .failedUrl {
|
| word-wrap: break-word;
|
| }
|
| +
|
| +#logo-img {
|
| + /* "Not allowed to load local resource: chrome://theme/IDR_PRODUCT_LOGO",
|
| + so embed the resource manually. */
|
| + content: -webkit-image-set(
|
| + url('../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png') 1x,
|
| + url('../../app/theme/default_200_percent/%DISTRIBUTION%/product_logo.png') 2x);
|
| +}
|
| +
|
| </style>
|
| </head>
|
|
|
| @@ -142,7 +151,7 @@ if (window.screen.colorDepth >= 24)
|
| <div id="cell">
|
| <div id="box">
|
| <h1>
|
| - <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" />
|
| + <img id="logo-img">
|
| <span i18n-content="heading"></span>
|
| </h1>
|
|
|
|
|