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

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

Issue 12207138: Remove unused ntp_search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « chrome/browser/resources/ntp_search/new_tab.css ('k') | chrome/browser/resources/ntp_search/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_search/new_tab.html
diff --git a/chrome/browser/resources/ntp_search/new_tab.html b/chrome/browser/resources/ntp_search/new_tab.html
deleted file mode 100644
index 98cc9747486705733cfb6156c62998caccaf8965..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/ntp_search/new_tab.html
+++ /dev/null
@@ -1,125 +0,0 @@
-<!DOCTYPE html>
-<html i18n-values="
- dir:textdirection;
- hasattribution:hasattribution;
- themegravity:themegravity;
- bookmarkbarattached:bookmarkbarattached;"
- class="starting-up">
-<head>
-<meta charset="utf-8">
-<title i18n-content="title"></title>
-<!-- Don't scale the viewport in either portrait or landscape mode.
- Note that this means apps will be reflowed when rotated (like iPad).
- If we wanted to maintain position we could remove 'maximum-scale' so
- that we'd zoom out in portrait mode, but then there would be a bunch
- of unusable space at the bottom.
--->
-<meta name="viewport"
- content="user-scalable=no, width=device-width, maximum-scale=1.0">
-
-<!-- It's important that this be the first script loaded. -->
-<script src="../ntp4/logging.js"></script>
-
-<!-- TODO(jeremycho): This is only used for notifications. Discuss with UX. -->
-<link rel="stylesheet" href="../../../../ui/webui/resources/css/bubble.css">
-<link rel="stylesheet" href="../../../../ui/webui/resources/css/expandable_bubble.css">
-<link rel="stylesheet" href="../../../../ui/webui/resources/css/menu.css">
-<link rel="stylesheet" href="../../../../ui/webui/resources/css/menu_button.css">
-<link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css">
-
-<link rel="stylesheet" href="most_visited_page.css">
-<link rel="stylesheet" href="nav_dot.css">
-<link rel="stylesheet" href="new_tab.css">
-<link rel="stylesheet" href="thumbnail_page.css">
-<link rel="stylesheet" href="tile_page.css">
-<link rel="stylesheet" href="apps_page.css">
-
-<link id="themecss" rel="stylesheet">
-
-<script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
-<script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
-<script src="../../../../ui/webui/resources/js/parse_html_subset.js"></script>
-<script src="../../../../ui/webui/resources/js/util.js"></script>
-<script src="../../../../ui/webui/resources/js/cr.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/bubble.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/card_slider.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/drag_wrapper.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/expandable_bubble.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/menu.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/menu_item.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/position_util.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/menu_button.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/context_menu_button.js"></script>
-<script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></script>
-
-<script src="position_util.js"></script>
-<script src="new_tab.js"></script>
-<script src="dot_list.js"></script>
-<script src="nav_dot.js"></script>
-<script src="tile_page.js"></script>
-<script src="thumbnail_page.js"></script>
-<script src="most_visited_page.js"></script>
-<script src="apps_page.js"></script>
-</head>
-
-<body id="ntp5" i18n-values=".style.fontSize:fontsize">
- <div id="bottom-panel">
- <div id="bottom-panel-header">
- <ul id="dot-list" hidden></ul>
- </div>
- <div id="card-slider-frame">
- <div id="page-list"></div>
- <div id="attribution">
- <span i18n-content="attributionintro"></span>
- <img id="attribution-img">
- </div>
- </div>
- <div id="bottom-panel-footer">
- <div id="bottom-panel-toolbar">
- <div id="notification-container" hidden>
- <div id="notification">
- <span></span>
- <div id="notificationLinks"></div>
- <button class="close-button custom-appearance"></button>
- </div>
- </div>
- </div>
- <div id="bookmark-bar-spacer"></div>
- </div>
- </div>
- <div id="promo-bubble-anchor"></div>
-</body>
-
-<!-- A div to hold all the templates, and in the darkness bind them. -->
-<div hidden>
-
-<!-- NTP4 intro bubble -->
-<div id="ntp4-intro-bubble-contents">
- <div></div>
- <a i18n-content="learn_more" target="_blank"></a>
-</div>
-
-<!-- App Contents w/ Large Icon -->
-<div id="app-large-icon-template" class="app-contents">
- <div class="app-img-container">
- <img class="invisible">
- </div>
- <span class="title"></span>
-</div>
-
-<!-- App Contents w/ Small Icon -->
-<div id="app-small-icon-template" class="app-contents">
- <div class="app-icon-div" aria-hidden="true">
- <div class="app-img-container">
- <img class="invisible" alt="">
- </div>
- <div class="color-stripe"></div>
- </div>
- <span class="title"></span>
-</div>
-
-</div>
-
-</html>
« no previous file with comments | « chrome/browser/resources/ntp_search/new_tab.css ('k') | chrome/browser/resources/ntp_search/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698