| Index: chrome/browser/memory/tab_stats.h
|
| diff --git a/chrome/browser/memory/tab_stats.h b/chrome/browser/memory/tab_stats.h
|
| index 00de0e0dd7feec513d90198e006c10ebc2b3124f..33a8a8b0b89884797a97e06869cc727ec4e388c1 100644
|
| --- a/chrome/browser/memory/tab_stats.h
|
| +++ b/chrome/browser/memory/tab_stats.h
|
| @@ -21,7 +21,7 @@ struct TabStats {
|
| ~TabStats();
|
| bool is_app; // Browser window is an app.
|
| bool is_internal_page; // Internal page, such as NTP or Settings.
|
| - bool is_playing_audio;
|
| + bool is_media; // Playing audio, acessing cam/mic or mirroring display.
|
| bool is_pinned;
|
| bool is_selected; // Selected in the currently active browser window.
|
| bool is_discarded;
|
|
|