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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.html

Issue 13905008: Merge local_omnibox_popup into local_ntp. Render the Google logo and fakebox if Google is the sear… (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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/browser/resources/local_ntp/local_ntp.html
diff --git a/chrome/browser/resources/local_ntp/local_ntp.html b/chrome/browser/resources/local_ntp/local_ntp.html
index 83b7deac9b8513c451b4475afe3d130f050d225a..b27b9719b5e992a570037853434fa61fc18715bd 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.html
+++ b/chrome/browser/resources/local_ntp/local_ntp.html
@@ -10,20 +10,28 @@
<link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
</head>
<body>
- <div id="mv-top-margin"></div>
- <div id="most-visited">
- <div id="mv-tiles"></div>
- <!-- Notification shown when a tile is blacklisted. -->
- <div id="mv-notice" class="mv-notice-hide">
- <span id="mv-msg"></span>
- <!-- Links in the notification. -->
- <span id="mv-notice-links">
- <span id="mv-undo"></span>
- <span id="mv-restore"></span>
- <button id="mv-notice-x" class="mv-x"></button>
- </span>
+ <div id="suggestions-box-container"></div>
+ <div id="ntp-contents">
+ <div id ="logo" alt="Google"></div>
+ <div id=fakebox>
+ <input autocomplete="off" tabindex="-1" aria-hidden="true">
+ <div id=cursor></div>
</div>
+ <div id="mv-top-margin"></div>
+ <div id="most-visited">
+ <div id="mv-tiles"></div>
+ <!-- Notification shown when a tile is blacklisted. -->
+ <div id="mv-notice" class="mv-notice-hide">
+ <span id="mv-msg"></span>
+ <!-- Links in the notification. -->
+ <span id="mv-notice-links">
+ <span id="mv-undo"></span>
+ <span id="mv-restore"></span>
+ <button id="mv-notice-x" class="mv-x"></button>
+ </span>
+ </div>
+ </div>
+ <div id="attribution"></div>
</div>
- <div id="attribution"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698