blob: 6f2c9177f3f76ac4fcfa65aafbe4054d60497fc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!--
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="extension-options-overlay" class="page">
<div class="close-button"></div>
<div id="extension-options-overlay-header">
<img id="extension-options-overlay-icon"></img>
<h1 id="extension-options-overlay-title"></h1>
</div>
<div id="extension-options-overlay-guest"></div>
</div>
|