| 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. -->
|
|
|