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

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

Issue 10332049: remove ntp app install hint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync it Created 8 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 cda1549aaf598ccf2e8b1ef1bf9fed3c19878589..ae665bab1872a0c912a8cdf077f63d9be38b7384 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -130,7 +130,7 @@
<div id="vertical-separator"></div>
</div>
- <a id="chrome-web-store-href">
+ <a id="chrome-web-store-link">
<span id="chrome-web-store-title" i18n-content="webStoreTitleShort">
</span>
</a>
@@ -195,16 +195,6 @@
<span class="title"></span>
</div>
-<!-- App install hint -->
-<a id="app-install-hint-template" class="app-install-hint">
- <div class="app-install-hint-interior">
- <div class="interior-background"></div>
- <div class="vertical-bar"></div>
- <div class="horizontal-bar"></div>
- </div>
- <span i18n-content="appInstallHintText"></span>
-</a>
-
<!-- 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">
« 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