Chromium Code Reviews| Index: chrome/browser/resources/extensions/extension_options_overlay.html |
| diff --git a/chrome/browser/resources/extensions/extension_options_overlay.html b/chrome/browser/resources/extensions/extension_options_overlay.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8b0bef866305e553101f0d3c8d35d88a46f238d9 |
| --- /dev/null |
| +++ b/chrome/browser/resources/extensions/extension_options_overlay.html |
| @@ -0,0 +1,10 @@ |
| +<!-- |
| +Copyright 2014 The Chromium Authors. All rights reserved. |
| +Use of this source code is governed by a BSD-style license that can be found |
| +in the LICENSE file. |
| +--> |
| +<div id="extension-options-overlay" class="page"> |
| + <div class="close-button"></div> |
| + <h1 id="extension-options-overlay-title"></h1> |
| + <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
|
| +</div> |