| Index: chrome/browser/media/media_stream_capture_indicator.cc
|
| diff --git a/chrome/browser/media/media_stream_capture_indicator.cc b/chrome/browser/media/media_stream_capture_indicator.cc
|
| index ebb6ab4b6fb5d5d01e275df618881f328a9e657a..f5f0761a27d95b69847675b8f7cc442efdd3c505 100644
|
| --- a/chrome/browser/media/media_stream_capture_indicator.cc
|
| +++ b/chrome/browser/media/media_stream_capture_indicator.cc
|
| @@ -57,7 +57,7 @@ const extensions::Extension* GetExtension(WebContents* web_contents) {
|
| return NULL;
|
|
|
| return extension_service->extensions()->GetExtensionOrAppByURL(
|
| - ExtensionURLInfo(web_contents->GetURL()));
|
| + web_contents->GetURL());
|
| }
|
|
|
| // Gets the security originator of the tab. It returns a string with no '/'
|
|
|