Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / tabs / fake_base_tab_strip_controller.cc
index 3571c18..89a234b 100644 (file)
@@ -79,6 +79,9 @@ void FakeBaseTabStripController::AddSelectionFromAnchorTo(int index) {
 void FakeBaseTabStripController::CloseTab(int index, CloseTabSource source) {
 }
 
+void FakeBaseTabStripController::ToggleTabAudioMute(int index) {
+}
+
 void FakeBaseTabStripController::ShowContextMenuForTab(
     Tab* tab,
     const gfx::Point& p,