• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2Copyright 2014 The Chromium Authors. All rights reserved.
3Use of this source code is governed by a BSD-style license that can be
4found in the LICENSE file.
5-->
6<div id="title-bar" class="title-bar apps-v2-only">
7  <span class="window-title">&nbsp;</span>
8  <span class="window-controls-hover-target">
9    <div class="window-controls">
10      <span i18n-title="DISCONNECT_MYSELF_BUTTON"
11            class="window-control window-disconnect">
12        <img src="icon_disconnect.webp">
13      </span>
14      <span i18n-title="MINIMIZE_WINDOW"
15            class="window-control window-minimize">
16        <img src="icon_minimize.webp">
17      </span>
18      <span i18n-title="MAXIMIZE_WINDOW"
19            class="window-control window-maximize-restore">
20        <img src="icon_maximize_restore.webp">
21      </span>
22      <span i18n-title="CLOSE_WINDOW"
23            class="window-control window-close">
24        <img src="icon_close.webp">
25      </span>
26    </div>
27    <div class="window-controls-stub">&nbsp;</div>
28  </span>
29</div>
30