| 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 dbd1d67af657c651e5125d9d1b583e8b73247063..d861138b76ec020f9f942855e2abacffe72d6245 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,
|
|
|