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

Unified Diff: chrome/test/data/local_ntp_browsertest.html

Issue 14685004: Add finch flag for rendering a recently closed link on the local ntp. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix test. Created 7 years, 6 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/test/data/local_ntp_browsertest.html
diff --git a/chrome/test/data/local_ntp_browsertest.html b/chrome/test/data/local_ntp_browsertest.html
index e2f7e4a7a7ee51afb10c0dd4de9fb3348f44f946..943b627152a3531b20932e6d4e2522421fc3a6a1 100644
--- a/chrome/test/data/local_ntp_browsertest.html
+++ b/chrome/test/data/local_ntp_browsertest.html
@@ -11,7 +11,7 @@
<script src="local_ntp_browsertest.js"></script>
<template id="local-ntp-body">
<div id="ntp-contents">
- <div id="mosvisited">
+ <div id="most-visited">
<div id="mv-tiles"></div>
<!-- Notification shown when a tile is blacklisted. -->
<div id="mv-notice" class="mv-notice-hide">
@@ -24,8 +24,12 @@
</span>
</div>
</div>
+ <div id="footer">
+ <div id="attribution">
+ <div id="attribution-text"></div>
+ </div>
+ </div>
</div>
- <div id="attribution"></div>
</template>
</head>
<body>
« chrome/browser/resources/local_ntp/local_ntp.js ('K') | « chrome/browser/search/search.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698