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

Unified Diff: chrome/common/extensions/api/tab_capture.idl

Issue 17298002: Allow tabCapture API to be granted for chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests.. how did it even work before? Created 7 years, 3 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/common/extensions/api/tab_capture.idl
diff --git a/chrome/common/extensions/api/tab_capture.idl b/chrome/common/extensions/api/tab_capture.idl
index 7e1d5c33a1c7e3b36ccfae9432993f04037f6648..cfa288740420c9b6ce639dfe3e2ce96ad06159d9 100644
--- a/chrome/common/extensions/api/tab_capture.idl
+++ b/chrome/common/extensions/api/tab_capture.idl
@@ -50,7 +50,6 @@ namespace tabCapture {
// This method can only be used on the currently active page after the
// extension has been <em>invoked</em>, similar to the way that
// <a href="activeTab.html">activeTab</a> works.
- // Note that Chrome internal pages cannot be captured.
// |options| : Configures the returned media stream.
// |callback| : Callback with either the stream returned or null.
static void capture(CaptureOptions options,
« no previous file with comments | « chrome/browser/extensions/extension_keybinding_apitest_new.cc ('k') | chrome/common/extensions/permissions/api_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698