Home | History | Annotate | Download | only in extensions
      1 <!--
      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 found
      4 in the LICENSE file.
      5 -->
      6 <div id="extension-options-overlay" class="page">
      7   <div class="close-button"></div>
      8   <div id="extension-options-overlay-header">
      9     <img id="extension-options-overlay-icon"></img>
     10     <h1 id="extension-options-overlay-title"></h1>
     11   </div>
     12   <div id="extension-options-overlay-guest"></div>
     13 </div>
     14