OLD | NEW |
---|---|
1 <!-- | 1 <!-- |
2 Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 3 Use of this source code is governed by a BSD-style license that can be found |
4 in the LICENSE file. | 4 in the LICENSE file. |
5 --> | 5 --> |
6 <div id="extension-options-overlay" class="page"> | 6 <div id="extension-options-overlay" class="page"> |
7 <div class="close-button"></div> | 7 <div class="close-button"></div> |
8 <h1 id="extension-options-overlay-title"></h1> | 8 <div id="extension-options-overlay-header"> |
9 <img id="extension-options-overlay-icon"></img> | |
not at google - send to devlin
2014/08/23 00:24:16
alt=""
| |
10 <h1 id="extension-options-overlay-title"></h1> | |
11 </div> | |
9 <div id="extension-options-overlay-guest"></div> | 12 <div id="extension-options-overlay-guest"></div> |
10 </div> | 13 </div> |
OLD | NEW |