Chromium Code Reviews| 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 id="extension-options-overlay-title"></h1> | |
| 9 <div class="extension-options-overlay-guest"></div> | |
|
Devlin
2014/08/15 15:19:51
Will we have more than one of these?
not at google - send to devlin
2014/08/15 15:51:06
I don't think it hurts to have this a class, and t
| |
| 10 </div> | |
| OLD | NEW |