| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 542a567568f4ea64cda963a8ed62ead7d60999e2..777e23266a2e30e9240b54aec34879b0a89a2cfd 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -789,6 +789,7 @@ void TabContents::DidBecomeSelected() {
|
| }
|
|
|
| WebCacheManager::GetInstance()->ObserveActivity(GetRenderProcessHost()->id());
|
| + last_selected_time_ = base::TimeTicks::Now();
|
| }
|
|
|
| void TabContents::WasHidden() {
|
|
|