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

Side by Side Diff: chrome/browser/resources/apps_debugger/main.html

Issue 22191003: [Apps Developer Tool] Show installation warnings as chrome://extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update as comments. Created 7 years, 4 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <!-- 3 <!--
4 4
5 Copyright (c) 2012 The Chromium Authors. All rights reserved. 5 Copyright (c) 2012 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 --> 8 -->
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 <span></span> 135 <span></span>
136 </div> 136 </div>
137 </div> 137 </div>
138 <div> 138 <div>
139 <span class="extension-disable-reason"></span> 139 <span class="extension-disable-reason"></span>
140 </div> 140 </div>
141 <div class="managed-message" 141 <div class="managed-message"
142 i18n-content="extensionSettingsPolicyControlled" hidden> 142 i18n-content="extensionSettingsPolicyControlled" hidden>
143 </div> 143 </div>
144 <div class="extension-warnings" hidden> 144 <div class="extension-warnings" hidden>
145 <span i18n-content="extensionSettingsInstallWarnings"></span> 145 <span i18n-content="extensionSettingsWarningsTitle"></span>
146 </div> 146 </div>
147 <div class="install-warnings" hidden> 147 <div class="install-warnings" hidden>
148 <span i18n-content="extensionSettingsWarningsTitle"></span> 148 <span i18n-content="extensionSettingsInstallWarnings"></span>
149 <ul></ul> 149 <ul></ul>
150 </div> 150 </div>
151 <div> 151 <div>
152 <div class="optional-controls"> 152 <div class="optional-controls">
153 <button class="show-button" 153 <button class="show-button"
154 i18n-content="extensionSettingsShowButton" hidden> 154 i18n-content="extensionSettingsShowButton" hidden>
155 </button> 155 </button>
156 <span class="optional-control-disableable"> 156 <span class="optional-control-disableable">
157 <label class="incognito-control" hidden> 157 <label class="incognito-control" hidden>
158 <input type="checkbox"> 158 <input type="checkbox">
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 <a class="delete-link" i18n-content="extensionSettingsDelete" 210 <a class="delete-link" i18n-content="extensionSettingsDelete"
211 href="#"></a> 211 href="#"></a>
212 </div> 212 </div>
213 </div> 213 </div>
214 </div> 214 </div>
215 </div> 215 </div>
216 </div> 216 </div>
217 </div> 217 </div>
218 </body> 218 </body>
219 </html> 219 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/apps_debugger/js/items_list.js ('k') | chrome/common/extensions/api/developer_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698