summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-19 20:49:35 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-19 20:49:35 +0000
commit62cde921c56a077d74ddd489b98fce32e57cecbb (patch)
treeb8804fde8d96994d7f0720f5a489f12364aa80af /chrome
parent1ae99501e0a15b85f0593a71c939063027c802d4 (diff)
downloadchromium_src-62cde921c56a077d74ddd489b98fce32e57cecbb.zip
chromium_src-62cde921c56a077d74ddd489b98fce32e57cecbb.tar.gz
chromium_src-62cde921c56a077d74ddd489b98fce32e57cecbb.tar.bz2
Eliminate an unused constant. Original patch by Yuzo Fujishima (see http://codereview.chromium.org/113245 ), r=me.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/browser.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 13ca661..efffff8 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -92,10 +92,6 @@ static const int kUIUpdateCoalescingTimeMS = 200;
// Idle time before helping prune memory consumption.
static const int kBrowserReleaseMemoryInterval = 30; // In seconds.
-// How much horizontal and vertical offset there is between newly opened
-// windows.
-static const int kWindowTilePixels = 20;
-
///////////////////////////////////////////////////////////////////////////////
// A task to reduce the working set of the child processes that live on the IO