diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-22 01:45:26 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-22 01:45:26 +0000 |
commit | edaeaae93378170a90e5c67dd6954791860d61a7 (patch) | |
tree | 3bfcb54d0e0ff97b6113ba78d5f072164b822960 /chrome/browser/resources/ntp/most_visited.js | |
parent | 22148ab57bb3c8743ea86f593f883f56bf0dd876 (diff) | |
download | chromium_src-edaeaae93378170a90e5c67dd6954791860d61a7.zip chromium_src-edaeaae93378170a90e5c67dd6954791860d61a7.tar.gz chromium_src-edaeaae93378170a90e5c67dd6954791860d61a7.tar.bz2 |
Fix layout glitches in NTP. Also, lots of naming cleanup.
BUG=68677,67273
TEST=
Review URL: http://codereview.chromium.org/6354016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72255 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/ntp/most_visited.js')
-rw-r--r-- | chrome/browser/resources/ntp/most_visited.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/most_visited.js b/chrome/browser/resources/ntp/most_visited.js index 1f8b740..a2c56de 100644 --- a/chrome/browser/resources/ntp/most_visited.js +++ b/chrome/browser/resources/ntp/most_visited.js @@ -620,7 +620,7 @@ var MostVisited = (function() { } } addClosedMenuFooter( - this.menu, 'most-visited', MINIMIZED_THUMB, Section.THUMB); + this.menu, 'most-visited', MENU_THUMB, Section.THUMB); }, handleClick_: function(e) { |