| Index: content/browser/site_instance_impl_unittest.cc
|
| diff --git a/content/browser/site_instance_impl_unittest.cc b/content/browser/site_instance_impl_unittest.cc
|
| index 08d1f2ae75512914ab8218b1dd8da0d4ce1ce650..a6817f80c7f6dedb385db85d93242b52e3a02281 100644
|
| --- a/content/browser/site_instance_impl_unittest.cc
|
| +++ b/content/browser/site_instance_impl_unittest.cc
|
| @@ -61,8 +61,10 @@ class SiteInstanceTestWebUIControllerFactory
|
| const GURL& url) const OVERRIDE {
|
| return content::GetContentClient()->HasWebUIScheme(url);
|
| }
|
| - virtual bool IsURLAcceptableForWebUI(BrowserContext* browser_context,
|
| - const GURL& url) const OVERRIDE {
|
| + virtual bool IsURLAcceptableForWebUI(
|
| + BrowserContext* browser_context,
|
| + const GURL& url,
|
| + bool data_urls_allowed) const OVERRIDE {
|
| return false;
|
| }
|
| };
|
|
|