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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/apps_debugger/main.html
diff --git a/chrome/browser/resources/apps_debugger/main.html b/chrome/browser/resources/apps_debugger/main.html
index a618da9d410c87fb6c323f0d61b557f8442f3732..257375e8050b45302514f07722157cbca84a17ef 100644
--- a/chrome/browser/resources/apps_debugger/main.html
+++ b/chrome/browser/resources/apps_debugger/main.html
@@ -142,10 +142,10 @@ found in the LICENSE file.
i18n-content="extensionSettingsPolicyControlled" hidden>
</div>
<div class="extension-warnings" hidden>
- <span i18n-content="extensionSettingsInstallWarnings"></span>
+ <span i18n-content="extensionSettingsWarningsTitle"></span>
</div>
<div class="install-warnings" hidden>
- <span i18n-content="extensionSettingsWarningsTitle"></span>
+ <span i18n-content="extensionSettingsInstallWarnings"></span>
<ul></ul>
</div>
<div>
« 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