| Index: chrome/browser/chromeos/oom_priority_manager.h
|
| diff --git a/chrome/browser/chromeos/oom_priority_manager.h b/chrome/browser/chromeos/oom_priority_manager.h
|
| index adc44938457a72ee2822fd9c6477917d4a742f66..718af638f587522f4517e510073f165578271010 100644
|
| --- a/chrome/browser/chromeos/oom_priority_manager.h
|
| +++ b/chrome/browser/chromeos/oom_priority_manager.h
|
| @@ -63,10 +63,10 @@ class OomPriorityManager : public content::NotificationObserver {
|
| struct TabStats {
|
| TabStats();
|
| ~TabStats();
|
| + bool is_app; // browser window is an app
|
| bool is_pinned;
|
| bool is_selected; // selected in the currently active browser window
|
| bool is_discarded;
|
| - bool sudden_termination_allowed;
|
| base::TimeTicks last_selected;
|
| base::ProcessHandle renderer_handle;
|
| string16 title;
|
|
|