Chromium Code Reviews| Index: chrome/browser/ui/tabs/tab_utils.h |
| diff --git a/chrome/browser/ui/tabs/tab_utils.h b/chrome/browser/ui/tabs/tab_utils.h |
| index 4480a41609f149cbc48f01466975e4358718eaa5..ac9a58ea0eeb19c2dfb4827d720a58531d0e6987 100644 |
| --- a/chrome/browser/ui/tabs/tab_utils.h |
| +++ b/chrome/browser/ui/tabs/tab_utils.h |
| @@ -99,7 +99,7 @@ bool CanToggleAudioMute(content::WebContents* contents); |
| // Indicates/Sets whether all audio output from |contents| is muted. |
| bool IsTabAudioMuted(content::WebContents* contents); |
| -void SetTabAudioMuted(content::WebContents* contents, bool mute); |
| +void SetTabAudioMuted(content::WebContents* contents, bool muted, const std::string& cause); |
|
miu
2014/12/05 23:46:48
Chromium style: Make sure to stay under 80 chars p
|
| // Returns true if the tabs at the |indices| in |tab_strip| are all muted. |
| bool AreAllTabsMuted(const TabStripModel& tab_strip, |