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

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

Issue 8502042: Sync Promo: Fix up focus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: alpha sort Created 9 years 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 | « chrome/browser/resources/sync_promo.css ('k') | chrome/browser/resources/sync_promo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/resources/sync_promo.css ('k') | chrome/browser/resources/sync_promo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698