Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Side by Side Diff: chrome/browser/resources/extensions/extension_error_overlay.html

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: License Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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="extension-error-overlay" class="page">
7 <div class="close-button"></div>
8 <h1 class="extension-error-overlay-title"></h1>
9 <div class="content-area" id="extension-error-overlay-content"></div>
10 <div class="action-area">
11 <div class="action-area-right">
12 <div class="button-strip">
13 <button id="extension-error-overlay-dismiss" i18n-content="ok"></button>
14 </div>
15 </div>
16 </div>
17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698