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

Unified Diff: chrome/test/data/extensions/api_test/tabs/basics/audible.html

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: rebase Created 5 years, 5 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/audible.html
diff --git a/chrome/test/data/extensions/api_test/networking_config/api_availability.html b/chrome/test/data/extensions/api_test/tabs/basics/audible.html
similarity index 62%
copy from chrome/test/data/extensions/api_test/networking_config/api_availability.html
copy to chrome/test/data/extensions/api_test/tabs/basics/audible.html
index 537a74860cad70314fc3d393dfb67ed3a9b998da..ea79ab44c749301ecac25540bd60529a5f334255 100644
--- a/chrome/test/data/extensions/api_test/networking_config/api_availability.html
+++ b/chrome/test/data/extensions/api_test/tabs/basics/audible.html
@@ -3,4 +3,6 @@
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
-<script src="api_availability.js"></script>
+<script src="tabs_util.js"></script>
+<script src="audible.js"></script>
+<script src="sinewave.js"></script>

Powered by Google App Engine
This is Rietveld 408576698