| Index: components/nacl/browser/test_nacl_browser_delegate.cc
|
| diff --git a/components/nacl/browser/test_nacl_browser_delegate.cc b/components/nacl/browser/test_nacl_browser_delegate.cc
|
| index 3c831c2210e189b7f7da165adeab74bf5d167aff..b0b4c9b51eb27b4c14d3c883bcc7f78739e74724 100644
|
| --- a/components/nacl/browser/test_nacl_browser_delegate.cc
|
| +++ b/components/nacl/browser/test_nacl_browser_delegate.cc
|
| @@ -59,3 +59,8 @@ content::BrowserPpapiHost::OnKeepaliveCallback
|
| TestNaClBrowserDelegate::GetOnKeepaliveCallback() {
|
| return content::BrowserPpapiHost::OnKeepaliveCallback();
|
| }
|
| +
|
| +bool TestNaClBrowserDelegate::IsNonSfiModeAllowed(
|
| + const base::FilePath& profile_directory, const GURL& manifest_url) {
|
| + return false;
|
| +}
|
|
|