OLD | NEW |
---|---|
(Empty) | |
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 <h1 class="extension-options-overlay-title"></h1> | |
9 <div class="extension-options-overlay-guest"></div> | |
10 </div> | |
OLD | NEW |