| 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 42598a6d8179159d3e00b90ba487d00c5672a975..24fcd455ba4678c560bcf1d6e67a9965b8abb44e 100644
|
| --- a/chrome/browser/media/media_stream_capture_indicator.cc
|
| +++ b/chrome/browser/media/media_stream_capture_indicator.cc
|
| @@ -55,7 +55,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 '/'
|
|
|