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

Unified Diff: go-back-with-backspace/pages/installed.html

Issue 2351743003: Inject automatically on install etc., add mime types, and fix nits. (Closed)
Patch Set: Review responses Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go-back-with-backspace/pages/installed.css ('k') | go-back-with-backspace/pages/installed.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/pages/installed.html
diff --git a/go-back-with-backspace/pages/installed.html b/go-back-with-backspace/pages/installed.html
deleted file mode 100644
index fb52cbd28d83ddb210ed038b8371abf59287100f..0000000000000000000000000000000000000000
--- a/go-back-with-backspace/pages/installed.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title i18n="installedTitle"></title>
- <link rel="stylesheet" type="text/css" href="installed.css">
-</head>
-<body>
- <h1 i18n="installedHeading"></h1>
- <img id="icon" src="../icons/icon128.png">
- <div i18n="installedNotes" id="notes"></div>
-
- <div id="button_div">
- <a href="" i18n="sendFeedback" id="report_page"></a>
- <a href="" i18n="openOptions" id="open_options"></a>
- </div>
-
- <script src="common.js"></script>
- <script src="installed.js"></script>
-</body>
-</html>
« no previous file with comments | « go-back-with-backspace/pages/installed.css ('k') | go-back-with-backspace/pages/installed.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698