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

Unified Diff: chrome/browser/resources/ntp_android/new_tab.html

Issue 259393006: Remove WebUI NTP on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/ntp_android/new_tab.html
diff --git a/chrome/browser/resources/ntp_android/new_tab.html b/chrome/browser/resources/ntp_android/new_tab.html
deleted file mode 100644
index a18705f90120f9c7d230839fe455aa8a2229928c..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/ntp_android/new_tab.html
+++ /dev/null
@@ -1,79 +0,0 @@
-<!DOCTYPE html>
-<html i18n-values="dir:textdirection;">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0,
- maximum-scale=1.0, user-scalable=no">
- <title i18n-content="title"></title>
- <link rel="stylesheet" href="ntp_android.css">
- <link rel="stylesheet" href="bookmarks.css">
- <link rel="stylesheet" href="bookmarks_tablet.css">
- <link rel="stylesheet" href="mostvisited.css">
- <link rel="stylesheet" href="mostvisited_tablet.css">
- <link rel="stylesheet" href="opentabs.css">
- <link rel="stylesheet" href="opentabs_tablet.css">
- <link rel="stylesheet" href="incognito_tab.css">
- <!-- template data placeholder -->
- <script src="../../../../ui/webui/resources/js/cr.js"></script>
- <script src="../../../../ui/webui/resources/js/parse_html_subset.js"></script>
- <script src="ntp_android.js"></script>
- <script>
- if (document.location.host != "newtab") {
- document.write('<script src="mockdata.js"><\/script>');
- }
- </script>
- </head>
- <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize;device:device">
- <div id="content-area" style="display:none">
- <div class="main-section" id="open_tabs_container">
- <div class="center-empty-container" id="sync_enable_sync" style="display: none;">
- <div class="center-empty-content" i18n-values=".innerHTML:syncEnableSync"></div>
- </div>
- <div class="center-empty-container" id="sync_promo" style="display: none;">
- <div id="promo_message_on_sync_promo_legacy" class="center-empty-content" i18n-values=".innerHTML:syncPromo"></div>
- <div id="promo_message_on_sync_promo_received" class="center-empty-content" style="display: none;"></div>
- </div>
- <div class="center-empty-container" id="sync_loading" style="display: none;">
- <div class="center-empty-content" i18n-values=".innerHTML:syncLoading"></div>
- </div>
- <div class="page-list" id="open_tabs_list" style="display: none;"></div>
- <div class="page-list" id="promo_vc_list" style="display: none;"></div>
- <div class="page-list" id="snapshots_list" style="display: none;"></div>
- </div>
- <div class="main-section" id="bookmarks_container">
- <div id="bookmarks_contents">
- <div class="section-title-wrapper" id="bookmarks_title_wrapper">
- <div class="section-title-mask">
- <div class="section-title"></div>
- <div class="overflow-left-mask"></div>
- <div class="overflow-right-mask"></div>
- </div>
- </div>
- <div class="icon-grid grid-set-top-margin grid-set-item-margins" id="bookmarks_list"></div>
- </div>
- </div>
- <div class="main-section" id="most_visited_container">
- <div class="icon-grid" id="most_visited_list"></div>
- <div class="box-spacer"></div>
- <div id="recently_closed_container" style="display:none;">
- <div class="recently-closed-title-container">
- <span class="title" i18n-content="recentlyclosed"></span>
- </div>
- <div class="page-list" id="recently_closed_list"></div>
- </div>
- <div id="promo_message_on_most_visited" class="promo-message" style="display: none;"></div>
- </div>
- <div class="main-section" id="incognito_container">
- <div class="content">
- <img src="../../../../ui/webui/resources/images/otr_icon_standalone.png" class="icon">
- <span i18n-values=".innerHTML:content"></span>
- </div>
- </div>
- </div>
- </body>
- <script src="../../../../ui/webui/resources/js/i18n_template.js"></script>
- <script src="../../../../ui/webui/resources/js/util.js"></script>
- <script>
- i18nTemplate.process(document, templateData);
- </script>
-</html>
« no previous file with comments | « chrome/browser/resources/ntp_android/mostvisited_tablet.css ('k') | chrome/browser/resources/ntp_android/ntp_android.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698