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

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

Issue 1140813003: NTP Zombie Code Slayer III, The Saga Continues: Foreign Sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@suggestions-page
Patch Set: Created 5 years, 7 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/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 4cac17a1381a2b6873c6371830b0994c962d4850..cc0e668425b372c1fc1ad24fc525533d962a700b 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -65,7 +65,6 @@
<script src="nav_dot.js"></script>
<script src="new_tab.js"></script>
-<script src="other_sessions.js"></script>
</head>
<body>
@@ -116,16 +115,10 @@
</ul>
<div id="footer-menu-container" class="menu-container">
- <button id="other-sessions-menu-button"
- class="footer-menu-button custom-appearance" hidden>
- <span i18n-content="otherSessions"></span>
- <div class="disclosure-triangle"></div>
- </button>
<a id="chrome-web-store-link">
<span id="chrome-web-store-title" i18n-content="webStoreTitleShort">
</span>
</a>
- <div id="vertical-separator"></div>
</div>
<div id="trash" class="trash">
@@ -183,16 +176,6 @@
<span class="title"></span>
</div>
-<!-- Message shown in the other sessions menu when the user is signed in but
- there is no session data (e.g. they have tab sync turned off). -->
-<div id="other-sessions-promo-template" class="other-sessions-promo-message">
- <span i18n-content="otherSessionsEmpty"></span>
- <p>
- <a i18n-values="href:otherSessionsLearnMoreUrl" i18n-content="learnMore">
- </a>
- </p>
-</div>
-
</div>
<!-- This is used to measure text in the current locale. It is not visible. -->
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698