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

Unified Diff: chrome/browser/resources/apps_debugger/main.html

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
Patch Set: . Created 7 years, 10 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 faaee948f210754e469725bfeb7ed633ec43bd71..c9dab67cddb550fd6622c859d4bcaa0b743c2756 100644
--- a/chrome/browser/resources/apps_debugger/main.html
+++ b/chrome/browser/resources/apps_debugger/main.html
@@ -10,20 +10,26 @@ found in the LICENSE file.
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/items.css">
-
<link rel="stylesheet" href="../../../../ui/webui/resources/css/chrome_shared.css">
+ <link rel="stylesheet" href="css/pack_item_overlay.css">
+ <link rel="stylesheet" href="../../../../ui/webui/resources/css/alert_overlay.css">
+ <link rel="stylesheet" href="../../../../ui/webui/resources/css/overlay.css">
<link rel="stylesheet" href="../../../../ui/webui/resources/css/trash.css">
<link rel="stylesheet" href="../uber/uber_shared.css">
<script src="js/main_scripts.js"></script>
</head>
<body>
+ <div id="overlay" class="overlay" hidden>
+ <include src="pack_item_overlay.html">
+ <include src="../../../../ui/webui/resources/html/alert_overlay.html">
+ </div>
<h1 i18n-content="extensionSettingsAppsDevtool"></h1>
<div class="page" id="extension-settings">
<div id="developer-controls">
<button id="load-unpacked"
i18n-content="extensionSettingsLoadUnpackedButton"></button>
- <button id="pack-item" disabled
+ <button id="pack-item"
i18n-content="extensionSettingsPackButton"></button>
<button id = "update-items-now"
i18n-content="extensionSettingsUpdateButton"></button>

Powered by Google App Engine
This is Rietveld 408576698