Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!-- | |
| 2 * Copyright 2013 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="extensionErrorOverlay" class="page"> | |
|
Dan Beam
2013/08/20 21:39:26
ids-like-this, i.e. extension-error-overlay
Devlin
2013/08/20 23:06:51
Following nearby code strikes again. Note to self:
Dan Beam
2013/08/21 23:41:03
yes and that'd be great (this is spelled out in th
| |
| 7 <div class="close-button"></div> | |
| 8 <h1 class="extension-error-overlay-title"></h1> | |
| 9 <div class="content-area" id="extensionErrorOverlayContent"></div> | |
|
Dan Beam
2013/08/20 21:39:26
extension-error-overlay-content
Devlin
2013/08/20 23:06:51
Done.
| |
| 10 <div class="action-area"> | |
| 11 <div class="action-area-right"> | |
| 12 <div class="button-strip"> | |
| 13 <button id="extensionErrorOverlayDismiss" i18n-content="ok"></button> | |
|
Dan Beam
2013/08/20 21:39:26
extension-error-overlay-dismiss
Devlin
2013/08/20 23:06:51
Done.
| |
| 14 </div> | |
| 15 </div> | |
| 16 </div> | |
| 17 </div> | |
| OLD | NEW |