summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
diff options
context:
space:
mode:
authorgspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 19:12:39 +0000
committergspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 19:12:39 +0000
commit8ebe4104c62700929a9dfddf05fdd16a171058c6 (patch)
treee44fffa284dc719740ff586cbc3976d7b71af5a4 /chrome/browser/tab_contents/tab_contents.cc
parent00cea5f7625061c82a9b9413d78ee974e05b0538 (diff)
downloadchromium_src-8ebe4104c62700929a9dfddf05fdd16a171058c6.zip
chromium_src-8ebe4104c62700929a9dfddf05fdd16a171058c6.tar.gz
chromium_src-8ebe4104c62700929a9dfddf05fdd16a171058c6.tar.bz2
Revert 65010 - Adding OOM priority management for renderers on ChromeOS.
Reverting because this causes problems on valgrind (for ChromeOS only). Turns out that TabStripModel is not thread safe, and I'm calling from another thread. Review URL: http://codereview.chromium.org/4446002 TBR=gspencer@chromium.org Review URL: http://codereview.chromium.org/4417006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65091 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents.cc')
-rw-r--r--chrome/browser/tab_contents/tab_contents.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
index 4a46eb3..c50f84e 100644
--- a/chrome/browser/tab_contents/tab_contents.cc
+++ b/chrome/browser/tab_contents/tab_contents.cc
@@ -795,7 +795,6 @@ void TabContents::DidBecomeSelected() {
}
WebCacheManager::GetInstance()->ObserveActivity(GetRenderProcessHost()->id());
- last_selected_time_ = base::TimeTicks::Now();
}
void TabContents::WasHidden() {