| Index: chrome/browser/ui/tabs/tab_strip_model_observer.cc
|
| diff --git a/chrome/browser/ui/tabs/tab_strip_model_observer.cc b/chrome/browser/ui/tabs/tab_strip_model_observer.cc
|
| index 6b3911b0b184e93083a889eb29b35c8d88703f8e..54e6b356812d319d04b51747cacee13e00f123ba 100644
|
| --- a/chrome/browser/ui/tabs/tab_strip_model_observer.cc
|
| +++ b/chrome/browser/ui/tabs/tab_strip_model_observer.cc
|
| @@ -54,6 +54,17 @@ void TabStripModelObserver::TabPinnedStateChanged(WebContents* contents,
|
| int index) {
|
| }
|
|
|
| +void TabStripModelObserver::TabAudibleStateChanged(WebContents* contents,
|
| + bool audible) {
|
| +
|
| +}
|
| +
|
| +void TabStripModelObserver::TabMutedStateChanged(WebContents* contents,
|
| + bool muted,
|
| + const std::string& cause) {
|
| +
|
| +}
|
| +
|
| void TabStripModelObserver::TabMiniStateChanged(WebContents* contents,
|
| int index) {
|
| }
|
|
|