Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10613)

Unified Diff: chrome/test/data/extensions/api_test/tabs/basics/disable_sinewave.js

Issue 987583004: Add audible, muted to Tab, c.t.query, c.t.update, and c.t.onUpdated where relevant (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch1
Patch Set: header file order fixed Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/api_test/tabs/basics/disable_sinewave.js
diff --git a/media/base/video_capturer_source.cc b/chrome/test/data/extensions/api_test/tabs/basics/disable_sinewave.js
similarity index 55%
copy from media/base/video_capturer_source.cc
copy to chrome/test/data/extensions/api_test/tabs/basics/disable_sinewave.js
index c1ebbe1dbff339455a2ef2e9b09efc95edfe79c1..e4582a0dfd86ac9fd3ab446b9ef11136599ae0b2 100644
--- a/media/base/video_capturer_source.cc
+++ b/chrome/test/data/extensions/api_test/tabs/basics/disable_sinewave.js
@@ -1,11 +1,4 @@
// Copyright (c) 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
-#include "media/base/video_capturer_source.h"
-
-namespace media {
-
-VideoCapturerSource::~VideoCapturerSource() {}
-
-} // namespace media
+this.oscillator.stop();

Powered by Google App Engine
This is Rietveld 408576698