| 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..b5ec986cac67f52ef2005776d416b51c37ec45d5 100644
|
| --- a/components/nacl/browser/test_nacl_browser_delegate.cc
|
| +++ b/components/nacl/browser/test_nacl_browser_delegate.cc
|
| @@ -59,3 +59,9 @@ content::BrowserPpapiHost::OnKeepaliveCallback
|
| TestNaClBrowserDelegate::GetOnKeepaliveCallback() {
|
| return content::BrowserPpapiHost::OnKeepaliveCallback();
|
| }
|
| +
|
| +bool TestNaClBrowserDelegate::IsNonSfiModeAllowed(
|
| + const base::FilePath& profile_directory,
|
| + const GURL& manifest_url) {
|
| + return false;
|
| +}
|
|
|