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

Unified Diff: chrome/test/data/extensions/api_test/tab_capture/experimental/active_tab_chrome_pages.js

Issue 127353002: Clean-up: Move tabCapture API test data files out of experimental dir. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 11 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/tab_capture/experimental/active_tab_chrome_pages.js
diff --git a/chrome/test/data/extensions/api_test/tab_capture/experimental/active_tab_chrome_pages.js b/chrome/test/data/extensions/api_test/tab_capture/experimental/active_tab_chrome_pages.js
deleted file mode 100644
index 3d98d377814a2519dd8451573ff976072da939c0..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/tab_capture/experimental/active_tab_chrome_pages.js
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2013 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.
-
-var afterTabOpened = function() {
- chrome.tabCapture.capture({audio: true, video: true}, function(stream) {
- chrome.test.assertTrue(!!stream);
- stream.stop();
- chrome.test.succeed();
- });
-};
-
-chrome.test.notifyPass();
-chrome.test.sendMessage('ready1', afterTabOpened);

Powered by Google App Engine
This is Rietveld 408576698