Index: chrome/browser/resources/sync_promo.html |
diff --git a/chrome/browser/resources/sync_promo.html b/chrome/browser/resources/sync_promo.html |
deleted file mode 100644 |
index 1aa80a6f062d8958ca9017d81075cf814544c0f6..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/sync_promo.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. |
- Use of this source code is governed by a BSD-style license that can be |
- found in the LICENSE file. --> |
-<!DOCTYPE HTML> |
-<html i18n-values="dir:textdirection"> |
-<head> |
-<meta charset="utf-8"> |
-<title i18n-content="promoPageTitle"></title> |
-<script src="chrome://resources/js/local_strings.js"></script> |
-<script src="chrome://resources/js/cr.js"></script> |
-<script src="chrome://resources/js/util.js"></script> |
-<script src="chrome://resources/js/cr/event_target.js"></script> |
-<script src="strings.js"></script> |
-<script src="sync_promo.js"></script> |
-<link rel="stylesheet" href="shared/css/button.css"> |
-<link rel="stylesheet" href="shared/css/throbber.css"> |
-<link rel="stylesheet" href="sync_setup_overlay.css"> |
-<link rel="stylesheet" href="sync_promo.css"> |
-</head> |
-<body> |
-<div id="sync-promo"> |
- <div id="sync-promo-contents"> |
- <include src="sync_setup_overlay.html"> |
- </div> |
-</div> |
-</body> |
-<script src="chrome://resources/js/i18n_template.js"></script> |
-<script src="chrome://resources/js/i18n_process.js"></script> |
-</html> |