| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2014 The Chromium Authors. All rights reserved. | 2 Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <div id="title-bar" class="title-bar apps-v2-only"> | 6 <div id="title-bar" class="title-bar apps-v2-only"> |
| 7 <div class="window-controls-and-title"> | 7 <div class="window-controls-and-title"> |
| 8 <span i18n-title="OPTIONS_MENU" | 8 <span i18n-title="OPTIONS_MENU" |
| 9 class="window-control window-options menu-button"> | 9 class="window-control window-options menu-button"> |
| 10 <span class="menu-button-activator"> | 10 <span class="menu-button-activator"> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 </span> | 39 </span> |
| 40 <span class="window-title"> </span> | 40 <span class="window-title"> </span> |
| 41 <span i18n-title="MINIMIZE_WINDOW" | 41 <span i18n-title="MINIMIZE_WINDOW" |
| 42 class="window-control window-minimize"> | 42 class="window-control window-minimize"> |
| 43 <img src="icon_minimize.webp"> | 43 <img src="icon_minimize.webp"> |
| 44 </span> | 44 </span> |
| 45 <span i18n-title="MAXIMIZE_WINDOW" | 45 <span i18n-title="MAXIMIZE_WINDOW" |
| 46 class="window-control window-maximize-restore"> | 46 class="window-control window-maximize-restore"> |
| 47 <img src="icon_maximize_restore.webp"> | 47 <img src="icon_maximize_restore.webp"> |
| 48 </span> | 48 </span> |
| 49 <span i18n-title="FULL_SCREEN" |
| 50 class="window-control window-fullscreen"> |
| 51 <img src="icon_fullscreen.webp"> |
| 52 </span> |
| 49 <span i18n-title="CLOSE_WINDOW" | 53 <span i18n-title="CLOSE_WINDOW" |
| 50 class="window-control window-close"> | 54 class="window-control window-close"> |
| 51 <img src="icon_close.webp"> | 55 <img src="icon_close.webp"> |
| 52 </span> | 56 </span> |
| 53 </div> | 57 </div> |
| 54 <div class="window-controls-stub"> </div> | 58 <div class="window-controls-stub"> </div> |
| 55 </div> <!-- title-bar --> | 59 </div> <!-- title-bar --> |
| OLD | NEW |