| Index: content/browser/web_contents/web_contents_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| index 5e9a02ba24b86b1a1cd0eae2bbdee685e404d589..ea9ae5895bc2a6842f87d9cf0592f9ffc8bccd65 100644
|
| --- a/content/browser/web_contents/web_contents_impl_unittest.cc
|
| +++ b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| @@ -75,7 +75,9 @@ class WebContentsImplTestWebUIControllerFactory
|
| }
|
|
|
| virtual bool IsURLAcceptableForWebUI(
|
| - BrowserContext* browser_context, const GURL& url) const {
|
| + BrowserContext* browser_context,
|
| + const GURL& url,
|
| + bool data_urls_allowed) const {
|
| return content::GetContentClient()->HasWebUIScheme(url);
|
| }
|
| };
|
|
|