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

Unified Diff: chrome/browser/resources/extensions/extensions.html

Issue 10270031: Add a first-class off-store install UI to chrome://extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mr stade Created 8 years, 8 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/extensions/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index ab58e50311d92123e5c836eb4e0208447cc61cb6..8c16f2b1726c97b6d67e55e8d7efb06788a4f6b6 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -23,7 +23,8 @@
</head>
<body class="uber-frame"
- i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+ i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize;
+ offStoreInstallEnabled:offStoreInstallEnabled">
<div id="overlay" class="overlay" hidden>
<include src="pack_extension_overlay.html">
@@ -46,6 +47,8 @@
<button id="update-extensions-now"
i18n-content="extensionSettingsUpdateButton"></button>
</div>
+ <div id="install-drop-target" class="hidden"
+ i18n-content="extensionSettingsInstallDropTarget"></div>
<div id="extension-settings-list" class="empty-extension-list"></div>
<div id="no-extensions">
<span id="no-extensions-message"

Powered by Google App Engine
This is Rietveld 408576698