summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/app_remoting/html/context_menu.html
blob: 010c86d89789df5af7d326bbfa51f8d2bc9e8824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--
Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<div id="context-menu" draggable="true" hidden>
  <div class="no-gaps">
    <img src="/icon48.png" class="context-menu-icon">
    <span class="context-menu-stub etched"></span>
  </div>
  <ul>
  </ul>
  <div class="context-menu-screen" hidden></div>
</div>