Chromium Code Reviews| Index: chrome/browser/resources/local_ntp/local_ntp.html |
| diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html |
| index 7f99def4298612ea51a44b66991ee68e450da8bd..8081332df6698db75750ce6558d7eba8474937b8 100644 |
| --- a/chrome/browser/resources/local_ntp/local_ntp.html |
| +++ b/chrome/browser/resources/local_ntp/local_ntp.html |
| @@ -9,7 +9,7 @@ |
| <script src="chrome-search://local-ntp/config.js" |
| integrity="{{CONFIG_INTEGRITY}}"></script> |
| <script src="chrome-search://local-ntp/local-ntp.js" |
| - integrity="sha256-g38WaUaxnOIWY7E2LtLZ5ff9r5sn1dBj80jevt/kmx0="></script> |
| + integrity="sha256-XmxW58I1IKyGr0nAvoA/JoFFBB/N98PbSRpXF2SHWS0="></script> |
| <meta charset="utf-8"> |
| <meta name="google" value="notranslate"> |
| </head> |
| @@ -38,5 +38,10 @@ |
| </div> |
| <div id="attribution"><div id="attribution-text"></div></div> |
| </div> |
| + |
| + <!-- Containers for the OneGoogleBar HTML. |
| + Note: Listed after ntp-contents, so that it'll get drawn on top. --> |
|
sfiera
2017/04/27 12:16:07
Can you use z-index and avoid this subtlety?
Marc Treib
2017/04/27 14:00:56
Done.
|
| + <div id="one-google"></div> |
| + <div id="one-google-end-of-body"></div> |
| </body> |
| </html> |