| Index: chrome/browser/memory/tab_stats.h
|
| diff --git a/chrome/browser/memory/tab_stats.h b/chrome/browser/memory/tab_stats.h
|
| index c036f08d4c797891ed1f9b7d10dfa97c7aa76451..b2be60adab6deb973810bc1da484a2dd57c1aba8 100644
|
| --- a/chrome/browser/memory/tab_stats.h
|
| +++ b/chrome/browser/memory/tab_stats.h
|
| @@ -33,6 +33,7 @@ struct TabStats {
|
| bool has_form_entry; // User has entered text in a form.
|
| int discard_count;
|
| base::TimeTicks last_active;
|
| + base::TimeTicks last_hidden;
|
| content::RenderProcessHost* render_process_host;
|
| base::ProcessHandle renderer_handle;
|
| int child_process_host_id;
|
|
|