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

Unified Diff: chrome/browser/resources/ntp_search/mock/mock.js

Issue 10867021: NTP5: Improving the Tile Page resize logic (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Resync'ing and rebasing Created 8 years, 3 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 | « no previous file | chrome/browser/resources/ntp_search/new_tab.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp_search/mock/mock.js
diff --git a/chrome/browser/resources/ntp_search/mock/mock.js b/chrome/browser/resources/ntp_search/mock/mock.js
index 2b7625cf24c5512a990da9e7f83f3ea5d527602f..e83f76e25e7f5e9bc98bbb62d52cc4bfc672acbb 100644
--- a/chrome/browser/resources/ntp_search/mock/mock.js
+++ b/chrome/browser/resources/ntp_search/mock/mock.js
@@ -55,7 +55,6 @@
var data = loadTimeData.data_;
document.documentElement.dir = data.textdirection;
document.body.style.fontSize = data.fontsize;
- document.body.style.fontFamily = data.fontfamily;
}
function namespace(str, data) {
@@ -187,6 +186,7 @@
var debugArgs = {};
var debugStylesheet = null;
var animationSelectorSpeedMap = {
+ '#card-slider-frame': 250,
'.dot': 200,
'.animate-page-height': 200,
'.animate-grid-width': 200,
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/new_tab.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698